reagent/examples/geometry
Dan Holmsand 163308a392 Make site and examples work with ClojureScript 2816
ClojureScript all of a sudden complains about "single segment
namespaces", which forces a rather massive reorg.

Also, cljs.test/run-tests is broken.
2015-02-10 14:35:12 +01:00
..
devsrc/geometry Make site and examples work with ClojureScript 2816 2015-02-10 14:35:12 +01:00
src/geometry Make geometry example use figwheel 2015-02-09 12:55:33 +01:00
README.md Make geometry example use figwheel 2015-02-09 12:55:33 +01:00
example.css Modify geometry example to allow inclusion into other component 2014-02-15 17:05:22 +01:00
example.html Make geometry example use figwheel 2015-02-09 12:55:33 +01:00
project.clj Make site and examples work with ClojureScript 2816 2015-02-10 14:35:12 +01:00

README.md

Reagent example app

Run "lein figwheel" in a terminal to compile the app, and then open example.html.

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.