This is a port of tauri with vanilla javascript demo to scala.js. Most of DOM elements in index.html has been moved to scalatags and commented out. src/main.js
is not needed to run but included to compare logic.
- git clone https://github.com/nineclue/sjs-tauri-demo.git
- cd sjs-tauri-demo
- npm install
- sbt fastCopy
- npm run tauri dev