To start Figwheel, open src/cljs/myapp/core.cljs
in Emacs and type C-c C-x j s
Or start from a terminal by typing clj -A:figwheel
For production run clj -A:prod
Minimal deps.edn + CIDER + ClojureScript + Reagent + Figwheel
Clojure
To start Figwheel, open src/cljs/myapp/core.cljs
in Emacs and type C-c C-x j s
Or start from a terminal by typing clj -A:figwheel
For production run clj -A:prod