Skip to content

keechma/example-todomvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

example-todomvc

TodoMVC application example for the Keechma framework.

Read the annotated source.

Setup

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.

Build and view docs

From within the example-todomvc directory:

$ lein marg $(find src -type f | sort)
$ open docs/uberdoc.html

References

License

Copyright © 2020 Mihael Konjevic

Distributed under the MIT License.