Reading
Getting started
Client:
sbt "~fastOptJS"
Launch a HTTP server on public directory, with python3 for example :
(cd public; python -m http.server 9000)
Open your browser at http://localhost:9000/
Build
sbt fullOptJS
With nix
Install nix and follow the instructions:
curl https://nixos.org/nix/install | sh
Launch:
./dev