This is Template App for Desktop App.
cargo tauri dev
or
cargo make gui
When you want to check only web view, you can run next commands.
trunk serve
or
cargo make dev
cargo tauri build
or
cargo make gui-build
This template uses cargo-make. Setup requires two commands when Rust is already installed.
cargo install cargo-make
cargo make install
You can access your site with http://localhost:3000. src-tauri is ignored in trunk.toml because trunk builds programs infinitely.
configure is src-tauri