An open API service indexing awesome lists of open source software.

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

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
```