- Launch a sbt session with
sbt. - In the sbt console, run
~fastLinkJS, which incrementally recompiles on save. - Open
index.htmlin your browser, or optionally run something likeservein a new terminal tab for hot-reload.
- Run
fullLinkJS. - Copy
prod.index.htmltoindex.htmlon your server. - Copy
target/scala-3.1.2/shaka-tutorial-starter-fastopt/main.jstoshaka-tutorial-starter.json your server. - Redeploy the server.