Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 291 Bytes

File metadata and controls

19 lines (16 loc) · 291 Bytes

webapp

A Leiningen template for web application Used frameworks:

  • compojure
  • httpkit
  • selmer

Usage

git clone git@github.com:chidori/webapp-template.git
cd webapp-template
lein install

After that you can create new project with:

lein new webapp <your project name>