This repository serves as a template for creating desktop applications using React and Typescript, with Rust as the backend. It includes some common configurations and assets I commonly use in my projects.
This project requires:
- Node.js & npm/yarn
- Rust Toolchain
- Tauri CLI (install with
cargo install tauri-cli)
For Desktop Development:
- Clone this repository
- Run
npm ito install dependencies - To start the development server, run:
npm run tauri dev
For Android Development:
- Initialize the project with
npm run tauri android init - Run the development server with
npm run tauri android dev
This template should help get you started developing with Tauri, React and Typescript in Vite.