https://github.com/ghostdevv/tauri-sveltekit
A simple Tauri SvelteKit template
https://github.com/ghostdevv/tauri-sveltekit
Last synced: 11 months ago
JSON representation
A simple Tauri SvelteKit template
- Host: GitHub
- URL: https://github.com/ghostdevv/tauri-sveltekit
- Owner: ghostdevv
- Created: 2022-03-15T23:06:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-28T21:38:24.000Z (over 2 years ago)
- Last Synced: 2025-02-14T02:54:37.224Z (about 1 year ago)
- Language: HTML
- Size: 1.16 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tauri Svelte Kit
You can use this repo as a template to get started with Tauri Svelte Kit! You can also read the instructions below if you want to know how to make this yourself
# Use this
We clone the template, and remove the .git folder so it's fresh!
```bash
git clone https://github.com/ghostdevv/tauri-sveltekit my-tauri-project
cd my-tauri-project
rm .git -r
```
# Running build or dev
Build:
```
npm run build
```
Dev:
```
npm run dev
```
Tauri Commands:
```
npm run tauri help
```