Skip to content

JohnKearney1/kTSVR-Tauri

Repository files navigation

kTSVR-Tauri (Tauri + React + Vite + Typescript + Rust) Template

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.

Setup

This project requires:

  • Node.js & npm/yarn
  • Rust Toolchain
  • Tauri CLI (install with cargo install tauri-cli)

Usage

For Desktop Development:

  1. Clone this repository
  2. Run npm i to install dependencies
  3. To start the development server, run: npm run tauri dev

For Android Development:

  1. Initialize the project with npm run tauri android init
  2. Run the development server with npm run tauri android dev

Tauri + React + Typescript

This template should help get you started developing with Tauri, React and Typescript in Vite.

Recommended IDE Setup

About

Tauri + Typescript Template for Cross Platform Desktop and Android Application Development

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors