Skip to content
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.

Latest commit

 

History

History
29 lines (17 loc) · 657 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 657 Bytes

fw1-template

OUTDATED: USE fw1/lein-template INSTEAD!

A Leiningen template for FW/1 (Framework One).

Usage

Requires Leiningen 2.0.

Creating a New FW/1 Project

To use the template to create a new FW/1 project:

lein new fw1 mywebapp

This will create a new FW/1 project called mywebapp. You should be able to just drop into the folder and start FW/1:

PORT=8888 lein run

License

Copyright (c) 2012-2013 Sean Corfield

Distributed under the Eclipse Public License, the same as Clojure.