generator-scalajs-angular

Yeoman Scala.js Angular + Play backend generator

Usage no npm install needed!

<script type="module">
  import generatorScalajsAngular from 'https://cdn.skypack.dev/generator-scalajs-angular';
</script>

README

Generator Scala.js Angular Build Status npm version Dependency Status devDependency Status

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:

TodoMVC Example

License

Apache 2.0