Extremely minimal template for ClojureScript projects. ClojureScript libraries/tools included:
Non-ClojureScript tools included:
git clone https://github.com/gruiz17/frontend-happiness
cd frontend-happiness
lein install
- Open up your
~/.lein/profiles.clj
file. - Add the needed plugins:
{:user {:plugins [[frontend-happiness "0.0.1"]]}}
lein new frontend-happiness {{appname}}
- then
cd
into{{appname}}
and runbower install
- then just start
lein figwheel
and visitlocalhost:3449
- add more instructions for releasing to gh-pages
Copyright © 2015 Gabriel Ruiz
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.