This template should help get you started developing with Tauri and Leptos.
VS Code + Tauri + rust-analyzer.
Do note, you may be asked to give executables networking permissions in the process, this will be a dialogue.
# install tauri-cli
cargo install tauri-cli
# install wasm stuff for leptos
cargo install trunk
rustup target add wasm32-unknown-unknown
# optionally
rustup updateTip: If you hate compiling you can use binstall instead of install via cargo-binstall.
# run
cargo tauri run
# build
cargo tauri buildSmall anecdote (Sohn), command failed inside the windows-terminal oddly enough, however, it did work in vscode + rustanalyzer lmao.