ikitommi / lein-web-lite

A Leiningen template for a bare bones simple webapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web lite Leiningen template

A simple, bare bones lein template for generating a webapp. Using Ring, Aleph and Reitit. This template is meant for demonstration purposes.

Setup

lein new web-lite hello-world
cd hello-world
lein run

Creating a release

lein uberjar
java -jar

Author / License

Released under the MIT License by Kevin William van Rooijen.

About

A Leiningen template for a bare bones simple webapp

License:MIT License


Languages

Language:Clojure 100.0%