/tauri-sveltekit-test

A Tauri + SvelteKit Desktop App with some standard components and basic page navigation

Primary LanguageSvelte

Preview

Dark Mode Screenshot

Light Mode Screenshot

Install

  1. The first step is to install Rust and system dependencies: See Tauri Prerequisites .
  2. Install NPM dependencies with npm install (or pnpm install or yarn),

Pre development

  1. Generate icons from 'app-icon.png': npm run tauri icon

Development

  1. Run desktop app in development mode: npm run tauri dev