Counter 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/keechma-counter.git
$ cd keechma-counter
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.
Copyright © 2016 Mihael Konjevic
Distributed under the MIT License.