framework-one / fw1-template

A FW/1 web application template for Boot

Home Page:https://clojars.org/fw1/boot-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fw1-template

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

Creating a New FW/1 Project

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

boot -d seancorfield/boot-new new -t fw1 -n 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 boot run

or:

boot run -p 8888

You can also build a standalone JAR for that new app:

boot build

And run that JAR:

PORT=8888 java -jar target/mywebapp-0.1.0-SNAPSHOT-standalone.jar

License

Copyright (c) 2012-2016 Sean Corfield

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

About

A FW/1 web application template for Boot

https://clojars.org/fw1/boot-template


Languages

Language:Clojure 94.1%Language:HTML 5.6%Language:CSS 0.4%