/deps-cider-cljs-reagent

Minimal deps.edn + CIDER + ClojureScript + Reagent + Figwheel

Primary LanguageClojure

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 -M:figwheel

For production run clj -M:prod then open the resources/public/index.html file in a browser to run.