svelte_tauri_app_template Svelte Themes

Svelte_tauri_app_template

A Svelte Tauri template with a header, main and footer style app.

Svelte + Tauri Template

A modern template for building desktop applications with Svelte and Tauri.

Features

  • Svelte 5 with SvelteKit
  • Tauri 2.0 for desktop apps
  • TailwindCSS for styling
  • Internationalization (English/Italian)
  • 3 example pages (Home, Settings, About)

Quick Start

# Install dependencies
npm install

# Start development server
npm run dev

# Build for production
npm run build

Project Structure

src/
├── lib/i18n/          # Translation files
├── routes/
│   ├── home/          # Home page
│   ├── settings/      # Settings page
│   └── about/         # About page
└── app.css            # Global styles

License

MIT

Top categories

Loading Svelte Themes