Quickstart template for angulate2.
Node.js must be installed in addition to sbt
.
sbt> fastOptJS::systemJS
sbt> fastOptJS::liteServerWriteConfigFile
sbt> fastOptJS
Start the lite-server in the project root directory:
$ node_modules/lite-server/bin/lite-server --config=target/scala-2.11/bs-config-fastopt.json
then point your browser to
http://localhost:3000/index-fastopt.html