Skip to content

nsilveri/svelte_tauri_app_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published