Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 262 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 262 Bytes

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.