A Leiningen template for web application Used frameworks:
- compojure
- httpkit
- selmer
git clone [email protected]:chidori/webapp-template.git
cd webapp-template
lein install
After that you can create new project with:
lein new webapp <your project name>