Simple boilerplate for Tauri 2 with Svelte 5 (and shadcn-svelte) using Bun runtime.
In order to run this boilerplate, you need to install Bun and Rust. If you are on Windows I also recommend installing MSVC before the other dependencies (make sure to check the "Desktop development with C++" workload).
Some useful links:
git clone https://github.com/alysonhower/tauri2-svelte5-shadcn.git
cd tauri2-svelte5-shadcn
bun i
bun run tauri dev
bun run tauri build
https://next.shadcn-svelte.com/
Note: Boilerplate tested on Windows 11 only.
This project is licensed under the MIT License - see the LICENSE file for details.