This is a leiningen template specifically for following along with reagent-cookbook recipes.
Create an application.
$ lein new rc <name of app>
Compile clojurescript files to a javascript file.
$ lein cljsbuild once prod
Open resources/public/index.html
to view your application.