Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 693 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 693 Bytes

Tauri React Template

header

This template should help get you started developing with Tauri, React and Typescript in Vite. (Tested on Win 11)

Preview

preview

Development

  1. Clone repository
$ git clone https://github.com/proangel1215/tauri-react-template ./my-app
$ cd my-app
  1. Install dependencies
$ pnpm install
  1. Run
$ pnpm tauri dev

Recommended IDE Setup