bones.editable implementation of TodoMVC.
This project was forked/extracted from re-frame and then had bones.editable put on top.
-
Install Leiningen (plus Java).
-
Get the project
git clone https://github.com/teaforthecat/bones-todomvc.git
-
Clean build
lein do clean, figwheel
-
Run
You'll have to wait for step 4 to do its compile, but then when you see "Prompt will show when Figwheel connects to your application", then:
open http://localhost:3450
-
Compile
lein do clean, with-profile prod compile
-
Open the following in your browser
resources/public/index.html