tauri-starter

A starter template for your next Tauri app.

Stars
61

Tauri Starter

Features

Usage

Clone this repo, replace tauri-starter in the project code with your project name, and you're good to go.

# Install dependencies
pnpm i

# Run dev server
pnpm --filter desktop dev

# Build for production
pnpm --filter desktop build

Project Structure

desktop

  • src/router.ts: Define your routes here, every route and layout is lazy-loaded.

Upgrade

Currently there's no automated way to upgrade the starter once you've cloned it. You can manually upgrade the code by looking at the commit history.