Everything you need to build a SvelteKit Tuari project, powered by create-svelte
.
(https://tauri.app/v1/guides/getting-started/setup/sveltekit/)
You can download the latest release of create-svelte tauri
from the releases page (Download).
If you're seeing this, you've probably already done this step. Congrats!
- Rust (https://www.rust-lang.org/)
- Pnpm (https://pnpm.io/)
Once you've created a project and installed dependencies with npm install
(or pnpm install
or yarn
), start a development server:
pnpm tauri dev
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.