# tauri-react-demo **Repository Path**: PaiBit/tauri-react-demo ## Basic Information - **Project Name**: tauri-react-demo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-11 - **Last Updated**: 2024-11-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Tauri + React + Typescript This template should help get you started developing with Tauri, React and Typescript in Vite. ## Recommended IDE Setup - [VS Code](https://code.visualstudio.com/) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer) ```bash cargo create-tauri-app warning: `C:\Users\dev\.cargo\config` is deprecated in favor of `config.toml` note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml` ✔ Project name · tauri-react-demo ✔ Identifier · com.tauri-react-demo.app ✔ Choose which language to use for your frontend · TypeScript / JavaScript - (pnpm, yarn, npm, deno, bun) ✔ Choose your package manager · pnpm ✔ Choose your UI template · React - (https://react.dev/) ✔ Choose your UI template · React - (https://react.dev/) ✔ Choose your UI template · React - (https://react.dev/) ✔ Choose your UI flavor · TypeScript Template created! To get started run: cd tauri-react-demo pnpm install pnpm tauri android init For Desktop development, run: pnpm tauri dev For Android development, run: pnpm tauri android dev ```