2015-02-25 01:31:11 +00:00
|
|
|
# Reagent example app now using re-frame
|
|
|
|
|
2015-05-12 03:17:31 +00:00
|
|
|
Run "`lein do clean, figwheel`" in a terminal to compile the app, and then open `http://localhost:3449/example.html`.
|
2015-02-25 01:31:11 +00:00
|
|
|
|
|
|
|
Any changes to ClojureScript source files (in `src`) will be reflected in the running page immediately (while "`lein figwheel`" is running).
|
|
|
|
|
2015-05-12 03:17:31 +00:00
|
|
|
Run "`lein do clean, with-profile prod compile`" to compile an optimized version, and then open `resources/public/example.html`.
|
2015-02-25 01:31:11 +00:00
|
|
|
|
|
|
|
Original reagent example code found at https://github.com/reagent-project/reagent
|