generator-scalajs-angular
v1.1.1
Published
Yeoman Scala.js Angular + Play backend generator
Downloads
6
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-angular
Run the generator to setup your project:
yo scalajs-angular
This 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 run
Navigate to http://localhost:9000 in your browser.
You should see similar page:
License
Apache 2.0