/lift_sbt_prototype

A Prototypical Lift app with sbt as the build system rather than Maven

Primary LanguageScala

Install Java, Simple Build Tool, and Git

Clone this repository with:

git clone git://github.com/lift/lift_sbt_prototype.git

Then cd into lift_sbt_prototype and type:
sbt

At the sbt prompt, type:
update

Then:
jetty-run

Point your browser to:
http://localhost:8080/

Voila a running Lift app