Tauri-react-parcel-template
October 7, 2022 ยท View on GitHub
Tauri starter pack using parcel as bundler
Requirements:
Instructions
1- install dependencies
#npm
npm install
#yarn
yarn
2- Run the App in development mode:
#npm
npm run tauri:dev
#yarn
yarn tauri:dev
note that the first run will take time as tauri download and compile dependencies.
Production
run:
#npm
npm run tauri:build
#yarn
yarn tauri:build
Note:
tested on:
- windows 10