g8 template for getting off the ground with Scala, Lift, and AngularJS
- Install sbt.
- Install giter8. (Go here if you are sentenced to Windows)
- In a command console,
cdto your code cave. - Run
g8 joescii/lift-ng.g8 - 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.
- cd to the newly created directory and do your
git init, etc. - Launch
sbtin this directory. Wait patiently as it downloads the internet the first time. - Execute
jasmineto run javascript tests. - Execute
testto run javascript tests and scala tests. - Execute
container:startto launch the web application. - Point your browser to
http://localhost:8080to play with the app. - Have fun!