Assuming you have properly set up RUSTUP and Tauri Bundler
Install Tauri globally
Create a New Tauri Apps
Check Configuration is Correct
since we build our app at dist folder, and run our app at localhost:3000
//tauri.conf.json
"build": {
"distDir": "../dist",
"devPath": "http://localhost:3000",
}
Tauri App Development
Compiling Desktop App Executables