React Todo app in ClojureScript
So I'm learning Clojure and ClojureScript, I heard about React and decided to put the two together. There's a bit of hype about React in the ClojureScript community at the moment, it really looks nice.
To run this example you will first need to install lein and then from the project root:
lein cljsbuild once todo
To develop run:
lein cljsbuild auto todo