https://github.com/alysonhower/tauri2-svelte5-shadcn
A clean desktop application template that combines Tauri 2 with Svelte 5 + Shadcn-svelte, including automated CI/CD pipelines for Windows, Linux, and Mac builds.
https://github.com/alysonhower/tauri2-svelte5-shadcn
boilerplate rust shadcn shadcn-svelte shadcn-ui svelte svelte5 tailwindcss tauri tauri2 template typescript
Last synced: 2 months ago
JSON representation
A clean desktop application template that combines Tauri 2 with Svelte 5 + Shadcn-svelte, including automated CI/CD pipelines for Windows, Linux, and Mac builds.
- Host: GitHub
- URL: https://github.com/alysonhower/tauri2-svelte5-shadcn
- Owner: alysonhower
- License: mit
- Created: 2024-10-30T00:46:37.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-24T22:06:27.000Z (7 months ago)
- Last Synced: 2025-03-29T04:03:41.313Z (3 months ago)
- Topics: boilerplate, rust, shadcn, shadcn-svelte, shadcn-ui, svelte, svelte5, tailwindcss, tauri, tauri2, template, typescript
- Language: Svelte
- Homepage:
- Size: 797 KB
- Stars: 182
- Watchers: 1
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# Tauri 2 Svelte 5 Boilerplate
Simple boilerplate for Tauri 2 with Svelte 5 (and shadcn-svelte) using Bun runtime.## Requirements
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:
- https://bun.sh/docs/installation
- https://www.rust-lang.org/tools/install
- https://visualstudio.microsoft.com/vs/community/## Setup
```
git clone https://github.com/alysonhower/tauri2-svelte5-shadcn.git
cd tauri2-svelte5-shadcn
bun i
```
## Useful commands
### Start dev server
```
bun run tauri dev
```### Build executable
```
bun run tauri build
```## Other links
### Svelte 5
https://svelte.dev/docs### Tauri 2
https://tauri.app/start/### shadcn-svelte
https://next.shadcn-svelte.com/Note: Boilerplate tested on Windows 11 only.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.