A modern template for building desktop applications with Svelte and Tauri.
- Svelte 5 with SvelteKit
- Tauri 2.0 for desktop apps
- TailwindCSS for styling
- Internationalization (English/Italian)
- 3 example pages (Home, Settings, About)
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run buildsrc/
├── lib/i18n/ # Translation files
├── routes/
│ ├── home/ # Home page
│ ├── settings/ # Settings page
│ └── about/ # About page
└── app.css # Global styles
MIT