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 buildFrontendto build Scala.js frontend - run
npm run tauri devto launch the app - Done.
