1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Source code for the [Rust Tauri Introduction Video](https://www.youtube.com/watch?v=kRoGYgAuZQE&list=PL7r-PXl6ZPcCIOFaL7nVHXZvBmHNhrh_Q) ## Setup ```sh npm install ``` ## Run ```sh # terminal 1 (UI localhost for hot-reload) npm run ui-dev # terminal 2 (for the Tauri ho) npm ```