svelte/kit

SvelteKit Commands

SvelteKit specific commands

svelte
kit
framework

Command

npx svelte-kit sync

Explanation

SvelteKit is the full-stack framework for Svelte with routing, SSR, and more.

Examples

Sync SvelteKit

npx svelte-kit sync

Build SvelteKit app

npx svelte-kit build

Start SvelteKit dev server

npx svelte-kit dev