re-frame/examples/todomvc
Stuart Mitchell 87cd7a4c0f use lets in subscriptions in the todomvc example 2015-02-26 17:04:40 +13:00
..
devsrc/todomvc added todomvc example 2015-02-26 14:51:59 +13:00
src/todomvc use lets in subscriptions in the todomvc example 2015-02-26 17:04:40 +13:00
README.md added todomvc example 2015-02-26 14:51:59 +13:00
example.html added todomvc example 2015-02-26 14:51:59 +13:00
project.clj moved examples to 0.1.8 2015-02-26 16:23:03 +13:00
todos.css added todomvc example 2015-02-26 14:51:59 +13: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.

Original reagent example code found at https://github.com/reagent-project/reagent