- Launch VS developer command prompt and run
populatebackend.batinside project root dir - Run
npm run tauri devto launch dev version of app - If you want to make a full build, run
npm run tauri build, this will generate installers under src-tauri/target/release/bundle
Note that running the build will pull the latest version of the backend again.