binarytemple/lift-basic-2.4-sbt-0.11.2
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Lift version 2.4 basic web application configured for sbt version 0.11.2. Following sbt plugins are included: - xsbt-web-plugin - sbt-idea - sbteclipse-plugin Simply run ./sbt to setup the project. To start jetty, run container:start To stop jetty, run constainer:stop Enjoy building web applications with Lift! Some other commands Generate Eclipse Project Files eclipse with-sources=true Compile compile Run the Web-Server application run-main RunWebApp Run a console, with all compiled classes and dependencies available console