This project is a port of scalajs-invaders to the ScalaJs.io framework, which is in turn a Scala.js port of the invaders example from the Phaser.js documentation.
If you haven't done so, you'll need to install the Node modules and Bower components. NOTE: You only need to do this once.
me@mypc:\scalajs-invaders> npm install
me@mypc:\scalajs-invaders> bower install
To run the server application, just type:
me@mypc:\scalajs-invaders> sbt clean run
Finally, open a browser to http://localhost:1337