Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alysonhower/tauri2-svelte5-boilerplate
A clean desktop application template that combines Tauri 2 with Svelte 5 + DaisyUI, including automated CI/CD pipelines for Windows, Linux, and Mac builds.
https://github.com/alysonhower/tauri2-svelte5-boilerplate
boilerplate daisy-ui daisyui rust svelte svelte5 tailwindcss tauri tauri2 template typescript
Last synced: 2 days ago
JSON representation
A clean desktop application template that combines Tauri 2 with Svelte 5 + DaisyUI, including automated CI/CD pipelines for Windows, Linux, and Mac builds.
- Host: GitHub
- URL: https://github.com/alysonhower/tauri2-svelte5-boilerplate
- Owner: alysonhower
- License: mit
- Created: 2024-10-19T19:41:04.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-17T15:42:57.000Z (about 1 month ago)
- Last Synced: 2024-12-19T18:22:08.977Z (9 days ago)
- Topics: boilerplate, daisy-ui, daisyui, rust, svelte, svelte5, tailwindcss, tauri, tauri2, template, typescript
- Language: TypeScript
- Homepage:
- Size: 626 KB
- Stars: 75
- Watchers: 1
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
Awesome Lists containing this project
README
# Tauri 2 Svelte 5 Boilerplate
Simple boilerplate for Tauri 2 with Svelte 5 (and DaisyUI) 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-boilerplate.git
cd tauri2-svelte5-boilerplate
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/### DaisyUI
https://daisyui.com/docs/Note: Boilerplate tested on Windows 11 only.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.