reagent/examples/geometry/README.md

8 lines
342 B
Markdown
Raw Permalink Normal View History

2015-02-09 11:55:33 +00:00
# Reagent example app
2020-03-28 11:53:07 +00:00
Run "`lein figwheel`" in a terminal to compile the app, and then open http://localhost:3449
2015-02-09 11:55:33 +00:00
Any changes to ClojureScript source files (in `src`) will be reflected in the running page immediately (while "`lein figwheel`" is running).
Run "`lein clean; lein with-profile prod compile`" to compile an optimized version.