Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 678 Bytes

File metadata and controls

15 lines (9 loc) · 678 Bytes

Tauri + React + Typescript

This is my personal go-to template to build desktop apps using tauri.

Setup

  1. Place your app-icon in root and run pnpm tauri icon ./app-icon.png. (this will create all the icons required for the project using single image.)
  2. Give title to your app in index.html.
  3. Thats it this boilerplate gives you tailwind, shadcn and vite configured with tauri to develop cool desktop app.

Build!

Recommended IDE Setup