re-frame/examples/todomvc
mike-thompson-day8 a00f9f67ad todomvc closer 2015-03-03 01:03:23 +11:00
..
devsrc/todomvc Take out figwheel for the moment, it is annoying me. 2015-03-02 23:56:05 +11:00
src/todomvc todomvc closer 2015-03-03 01:03:23 +11:00
README.md added todomvc example 2015-02-26 14:51:59 +13:00
project.clj As before 0.2.0 2015-03-02 23:01:56 +11:00
todomvc.html Remove initially shown text in HTML 2015-03-02 23:55:26 +11: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