This is a basic workthrough tutorial project for ClojureScript using Reagent.
There is a nice short tutorial here.
This was created with the lein reagent-template plugin by:
lein new reagent reagent-tutorial
You can launch lein figwheel by
cd reagent-tutorial; lein figwheel
and then eventually connect at localhost:3449.
Each of the directories of the form NN-something is a step, in order, along the development of the tutorial.