reagent/examples/todomvc
Dan Holmsand 9db4b6df2c Version 0.5.0-alpha3 2015-02-09 19:09:20 +01:00
..
devsrc Make todomvc example use figwheel 2015-02-09 12:29:48 +01:00
src Make todomvc example use figwheel 2015-02-09 12:29:48 +01:00
README.md Make todomvc example use figwheel 2015-02-09 12:29:48 +01:00
example.html Make todomvc example use figwheel 2015-02-09 12:29:48 +01:00
project.clj Version 0.5.0-alpha3 2015-02-09 19:09:20 +01:00
todos.css Make todomvc example use figwheel 2015-02-09 12:29:48 +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.