# Tauri + React Template (Desktop) ## Tech Stack - Framework: Tauri 2.0 - Frontend: React + Vite - Styling: Tailwind CSS - Language: TypeScript + Rust ## Project Structure ``` /src /components /lib App.tsx main.tsx /src-tauri /src main.rs Cargo.toml tauri.conf.json ``` ## Initial Setup ```bash npm create tauri-app@latest cd project-name npm install npm run tauri dev ``` ## Build Commands ```bash npm run tauri build # Creates installers for current OS ```