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 dev
Building:
cargo tauri build
Formatting:
deno fmt www
cargo fmt
Linting:
deno lint www
cargo clippy