Home > lift-playground

lift-playground

Lift-playground is a project mainly written in Scala, it's free.

My sandbox for lift

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.

Previous:TimeDiff