reagent/examples/todomvc
Dan Holmsand c6c1bc16ba Version 0.6.0 2016-09-14 20:51:37 +02:00
..
src/todomvc Avoid warnings about unknown props in new React 2016-07-14 08:39:43 +02:00
README.md Make todomvc example use figwheel 2015-02-09 12:29:48 +01:00
example.html Make site and examples work with ClojureScript 2816 2015-02-10 14:35:12 +01:00
project.clj Version 0.6.0 2016-09-14 20:51:37 +02: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.