re-frame/examples/simple
Mike Thompson 02c12bf6d6 Merge pull request #75 from estsauver/example-cleanup
Remove unneccessary atom refer
2015-07-10 17:10:46 +10:00
..
devsrc/simpleexample added an example 2015-02-25 14:31:11 +13:00
resources/public Fixed simple example so that both "lein figwheel" and "lein clean" actually work. Updated README. 2015-05-08 15:01:19 +10:00
src/simpleexample Merge pull request #75 from estsauver/example-cleanup 2015-07-10 17:10:46 +10:00
README.md Changes: 2015-05-12 13:17:31 +10:00
project.clj Bump to version 0.4.1 2015-05-28 23:17:40 +10:00

README.md

Reagent example app now using re-frame

Run "lein do clean, figwheel" in a terminal to compile the app, and then open http://localhost:3449/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 do clean, with-profile prod compile" to compile an optimized version, and then open resources/public/example.html.

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