An example of scala.js app build using Mill build tool.
Cask is used to serve pages from backend (server).
To continuously run the server and recompile it on changes:
$ mill --watch webApp.backend.runBackground
Open http://localhost:8080/ in your browser.