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 ```