- Launch a sbt session with
sbt
. - In the sbt console, run
~fastLinkJS
, which incrementally recompiles on save. - Open
index.html
in your browser, or optionally run something likeserve
in a new terminal tab for hot-reload.
- Run
fullLinkJS
. - Copy
prod.index.html
toindex.html
on your server. - Copy
target/scala-3.1.2/shaka-tutorial-starter-fastopt/main.js
toshaka-tutorial-starter.js
on your server. - Redeploy the server.