First app
What the generated project contains and what to run first.
After scaffolding:
cd my-app
bun install
bun run tauri devWhat gets generated
- frontend scaffold from the official shadcn/ui CLI
src-taurinative shell from create-tauri-app- desktop defaults and batteries layered on top
Common first checks
- confirm the window opens without startup flash
- click an external link and verify it opens in the system browser
- toggle the development debug panel with
Cmd/Ctrl + D - run a production build once before committing the project structure
Recommended first edits
- set your real Tauri identifier
- replace the default app icon
- remove starter/example batteries you do not want to keep
Starter app reference
The current light-mode starter screenshot. Replace later with a dedicated getting-started screenshot if needed.
