Starter template for Tauri, bundling the frontend made with React using Deno with esbuild.
You can use TypeScript or JavaScript. With React or any other library, or just vanilla, with no extra steps.
src-tauri: Rust backendwww: Web frontendbuild.ts: Script to build your frontendbundle.ts: Script to bundle your frontend while developing
Prerequisites:
Development:
cargo tauri devBuilding:
cargo tauri buildFormatting:
deno fmt www
cargo fmtLinting:
deno lint www
cargo clippy