Reagent Cookbook Template

September 13, 2015 ยท View on GitHub

This is a leiningen template specifically for following along with reagent-cookbook recipes.

Usage

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.