figwheel-template
figwheel-template copied to clipboard
A Leinigen template for figwheel
Feature request: would be great if I could spin up an app with this template that worked with vim-fireplace straight off. I'm fascinated by ClojureScript but getting the tooling straight...
My system config is: - M1 MBA 2020 8GB (Monterey 12.1) - ClojureScript 1.10.773 - Clojure 1.10.1058 - Oracle Java 11.0.8 Creating a project with `lein new figwheel project_name`, and...
It seems like `node_modules` and elements of `resources` (like `./public/cljs-out`) are build artifacts? If so, should they be in `.gitignore`? Screen shot after initial setup (with npm):
I created a project with `lein new figwheel` and running `lein figwheel` fails with: ``` Figwheel: Cutting some fruit, just a sec ... Could not find artifact org.clojure:clojurescript:jar:1.10.775 in central...
I thought it'd be nice to include unit testing support by default now that CLJS has a core library for it. So I did it :-) .... Includes the necessary...