This is a small demo to accompany the Tauri + Yew tutorial
https://dev.to/stevepryde/create-a-desktop-app-in-rust-using-tauri-and-yew-2bhe
rustup target add wasm32-unknown-unknown
cargo install trunk
cargo install wasm-bindgen-cli
cargo install tauri-cli --version ^1.0.0-beta
After installing the above, you should be able to run it with
cargo tauri dev
You can do a release build with
cargo tauri build
This should create an installer in src-tauri/target/release/bundle/