Skip to content

binarytemple/lift-basic-2.4-sbt-0.11.2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

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


About

Lift 2.4 basic web application configured with sbt 0.11.2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 100.0%