create-svelte tauri

Everything you need to build a SvelteKit Tuari project, powered by create-svelte. (https://tauri.app/v1/guides/getting-started/setup/sveltekit/)

Download Latest Release

You can download the latest release of create-svelte tauri from the releases page (Download).

Download the csv File

Creating a project

If you're seeing this, you've probably already done this step. Congrats!

Prerequisites

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

pnpm tauri dev

Building

To create a production version of your app:

pnpm tauri build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.