dog/lein-template

A template for generating a single-page-app skeleton that uses ClojureScript, including core.async and reagent, and the CSS pre-processor LessCSS. Design goals: - Rapid development cycle including live reloading on changes - Semi-automated production builds with minification - Environment-sensitive URL configurability via a config file - Basic app skeleton with routing views and ajax readily available

Leiningen/Boot

[dog/lein-template "0.5.14"]

Clojure CLI/deps.edn

dog/lein-template {:mvn/version "0.5.14"}

Gradle

implementation("dog:lein-template:0.5.14")

Maven

<dependency>
  <groupId>dog</groupId>
  <artifactId>lein-template</artifactId>
  <version>0.5.14</version>
</dependency>