scalajs-tauri-example

This is a very small of using Tauri to develop a desktop application with Scala.js frontend.

  1. Uses Laminar
  2. Bundling done with Vite.js
  3. ScalablyTyped provides facades to access Tauri's APIs (for things like windows titles and system dialogs)

Run

  1. Do all the setup necessary to run Tauri
  2. Run sbt buildFrontend to build Scala.js frontend
  3. run npm run tauri dev to launch the app
  4. Done.

2022-06-16 15 43 12