reagent/examples/simple
Dan Holmsand 16f9a15615 Version 0.5.1-rc3 2015-09-07 09:51:45 +02:00
..
src/simpleexample atom -> r/atom in examples 2015-07-31 09:32:17 +02:00
README.md Add README to example 2015-02-09 12:07:46 +01:00
example.css More docs 2014-01-07 17:01:28 +01:00
example.html Make site and examples work with ClojureScript 2816 2015-02-10 14:35:12 +01:00
project.clj Version 0.5.1-rc3 2015-09-07 09:51:45 +02: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.