mirror of
https://github.com/status-im/re-frame.git
synced 2025-02-24 07:48:14 +00:00
- Added figwheel support for todomvc sample and updated README. - Updated lein-figwheel "0.2.3-SNAPSHOT" to "0.2.6" to match the dependency in simple example project.clj and improved README.
10 lines
515 B
Markdown
10 lines
515 B
Markdown
# 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
|