Tauri starter pack using parcel as bundler
1- install dependencies
#npm
npm install
#yarn
yarn2- Run the App in development mode:
#npm
npm run tauri:dev
#yarn
yarn tauri:devnote that the first run will take time as tauri download and compile dependencies.
run:
#npm
npm run tauri:build
#yarn
yarn tauri:buildtested on:
- windows 10