scalajs-scala-cli-vite-template
scalajs-scala-cli-vite-template copied to clipboard
Scala.js ❤️ Scala CLI ❤️ Vite
Scala.js ❤️ Scala CLI ❤️ Vite
Minimal template to get you started with Scala.js, Scala CLI and Vite.
- Run
npm install npm run dev- this will run both the Vite's dev server and Scala.js continuous packaging, watching for any file changes- Happy hacking! Your project will reload automatically as you make changes to index.scala
Demo
https://github.com/keynmol/scalajs-scala-cli-vite-template/assets/1052965/c5447aef-317b-45a9-985d-bfb717d46461
Caveats
Note that so far Scala CLI reloading is slower than what I usually experience in SBT. It's still fine, but if you want the fastest experience available,
consider using the Vite plugin and the SBT Vite template (sbt new scala-js/vite.g8)