Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 1010 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 1010 Bytes

lift-ng.g8

g8 template for getting off the ground with Scala, Lift, and AngularJS

  1. Install sbt.
  2. Install giter8. (Go here if you are sentenced to Windows)
  3. In a command console, cd to your code cave.
  4. Run g8 joescii/lift-ng.g8
  5. Fill in the prompted blanks. Default values are in the square brackets. Feel free to fill in the first 3 as you wish, but only mess with the versions if you know what you're doing.
  6. cd to the newly created directory and do your git init, etc.
  7. Launch sbt in this directory. Wait patiently as it downloads the internet the first time.
  8. Execute jasmine to run javascript tests.
  9. Execute test to run javascript tests and scala tests.
  10. Execute container:start to launch the web application.
  11. Point your browser to http://localhost:8080 to play with the app.
  12. Have fun!