TodoMVC application example for the Keechma framework.
Read the annotated source.
Make sure you have Leiningen installed.
Clone the repo:
$ git clone https://github.com/keechma/example-todomvc.git
$ cd example-todomvc
To get an interactive development environment run:
lein figwheel
and open your browser at localhost:3449. This will auto compile and send all changes to the browser without the need to reload. After the compilation process is complete, you will get a Browser Connected REPL.
From within the example-todomvc
directory:
$ lein marg $(find src -type f | sort)
$ open docs/uberdoc.html
Copyright © 2020 Mihael Konjevic
Distributed under the MIT License.