re-frame/examples/simple
mike-thompson-day8 0a335f4871 version 0.4.0.SNAPSHOT 2015-04-24 22:16:04 +10:00
..
devsrc/simpleexample added an example 2015-02-25 14:31:11 +13:00
src/simpleexample Improvements to simple example 2015-04-17 22:22:43 +10:00
README.md added an example 2015-02-25 14:31:11 +13:00
example.css added an example 2015-02-25 14:31:11 +13:00
example.html Improvements to simple example 2015-04-17 22:22:43 +10:00
project.clj version 0.4.0.SNAPSHOT 2015-04-24 22:16:04 +10:00

README.md

Reagent example app now using re-frame

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