Skip to content

gruiz17/frontend-happiness

Repository files navigation

frontend-happiness

Clojars Project

Extremely minimal template for ClojureScript projects. ClojureScript libraries/tools included:

Non-ClojureScript tools included:

Installation

Using Git/GitHub locally with leiningen

  1. git clone https://github.com/gruiz17/frontend-happiness
  2. cd frontend-happiness
  3. lein install

Using Clojars/your profiles.cljs file

  1. Open up your ~/.lein/profiles.clj file.
  2. Add the needed plugins: {:user {:plugins [[frontend-happiness "0.0.1"]]}}

Usage

  1. lein new frontend-happiness {{appname}}
  2. then cd into {{appname}} and run bower install
  3. then just start lein figwheel and visit localhost:3449

Todo

  • add more instructions for releasing to gh-pages

License

Copyright © 2015 Gabriel Ruiz

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

A minimal ClojureScript/React.js (Reagent) template. I'll use this to start a bunch of cljs projects from now on [boilerplate]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published