Skip to content

dannygim/template-tauri-svelte

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
April 3, 2022 16:04
April 3, 2022 16:04
April 3, 2022 17:03
src
April 3, 2022 17:03
April 3, 2022 16:09
April 3, 2022 17:10
April 3, 2022 16:04
April 3, 2022 16:04

Tauri + Svelte App

To create a new project based on this template using degit:

npx degit dannygim/template-tauri-svelte tauri-svelte-app
cd tauri-svelte-app

Get started

Install the dependencies...

cd tauri-svelte-app
npm install

...then start Tauri App:

npx tauri dev