Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 398 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 398 Bytes

ScalaJS-Mill-WebApp

An example of scala.js app build using Mill build tool.
Cask is used to serve pages from backend (server).

Useful commands

How to run it

To continuously run the server and recompile it on changes:

$ mill --watch webApp.backend.runBackground

How to access it

Open http://localhost:8080/ in your browser.