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.
clj -Sverbose -M:cider:cider/nrepl
connect to cider repl then (figwheel-main) will init and open in browser 9500