Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 422 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 422 Bytes

Tauri + Scala.js

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.

Run

  1. git clone https://github.com/nineclue/sjs-tauri-demo.git
  2. cd sjs-tauri-demo
  3. npm install
  4. sbt fastCopy
  5. npm run tauri dev

ScreenShot