(Many thanks to https://github.com/beikern/scala-js-phaser-tutorial)
Collect stars and evade meteors!
- Run MongoDB
- sbt ~re-start
- open http://0.0.0.0:8081
→ move right
← move left
SPACE jump
The application contains three directories:
server
Akka HTTP application (server side)client
Scala.js application (client side)shared
Scala code that you want to share between the server and the client