This is my personal go-to template to build desktop apps using tauri.
- 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.)
- Give title to your app in index.html.
- Thats it this boilerplate gives you tailwind, shadcn and vite configured with tauri to develop cool desktop app.
Build!