generator-scalajs-angular
v1.1.1
Published
Yeoman Scala.js Angular + Play backend generator
Downloads
11
Readme
Generator Scala.js Angular

Yeoman Scala.js Angular generator
This generator is based on the fabulous Scala.js Angular example: https://github.com/greencatsoft/scalajs-angular-todomvc
Getting Started
Make sure that you have sbt installed, if not simply fallow the instructions for your operating system.
Install the Yeoman generator.
npm install -g generator-scalajs-angularRun the generator to setup your project:
yo scalajs-angularThis will scaffold the project structure and run sbt compile.
Note: First run might take some time due to dependencies download.
Running
When the generator has finished it work execute:
sbt runNavigate to http://localhost:9000 in your browser.
You should see similar page:

License
Apache 2.0
