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,
cd
to 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
sbt
in this directory. Wait patiently as it downloads the internet the first time. - Execute
jasmine
to run javascript tests. - Execute
test
to run javascript tests and scala tests. - Execute
container:start
to launch the web application. - Point your browser to
http://localhost:8080
to play with the app. - Have fun!