Liking cljdoc? Tell your friends :D

Reagent Cookbook Template

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.

Development:

$ lein cljsbuild once dev

Production:

$ lein cljsbuild once prod

Open resources/public/index.html to view your application.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close