Simple boilerplate for Tauri 2 with Svelte 5 (and DaisyUI) 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-boilerplate.git
cd tauri2-svelte5-boilerplate
bun i
bun run tauri dev
bun run tauri build
Note: Boilerplate tested on Windows 11 only.
This project is licensed under the MIT License - see the LICENSE file for details.