Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 452 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 452 Bytes

This is a sandbox for experimenting with Lift.

It is forked from simply_lift.

Building

To build and test the application,

./sbt update `~jetty-run`

You can now access it at http://localhost:8080/.

sbt will watch for source changes and rebuild AND restart jetty, so you can just leave this command running while you work. It's like magic.