This is a very small of using Tauri to develop a desktop application with Scala.js frontend.
- Uses Laminar
- Bundling done with Vite.js
- ScalablyTyped provides facades to access Tauri's APIs (for things like windows titles and system dialogs)
- Do all the setup necessary to run Tauri
- Run
sbt buildFrontend
to build Scala.js frontend - run
npm run tauri dev
to launch the app - Done.