A Leiningen template for FW/1 (Framework One).
Requires Leiningen 2.0.
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
Copyright (c) 2012-2015 Sean Corfield
Distributed under the Eclipse Public License, the same as Clojure.
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close