Docs

Project setup

Scaffold a Tauri app with the Svelte + TypeScript template.

Scaffold

bash
bash
npm create tauri-app@latest
# choose: TypeScript, Svelte, npm

Project layout

  • src/ — your Svelte frontend
  • src-tauri/ — the Rust crate (commands, config)
  • src-tauri/tauri.conf.json — app config (window, bundle, permissions)