Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 587 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 587 Bytes

simple lift web project ( liftweb.net ) for lift-json-rest-angular

How to:

    1. check out the project
    1. be sure, you have installed maven 3
    1. go to the path of the pom.xml and execute following commands:
  • 3.1. mvn clean install # clean may existing artifacts and compile, build, package the project and finally install it into your local repository
  • 3.2. ( if you have jRebel installed ) mvn scala:cc # enables continuous compilation if you want to edit the project
  • 3.3. mvn jetty:run # will start the embedded jetty server. Go to localhost:8080/lift to start the web app