sarubo / ScalaJS-Mill-WebApp

An example of scala.js app built using Mill build tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

An example of scala.js app built using Mill build tool


Languages

Language:Scala 56.2%Language:Nix 43.8%