SvelteKit is the fastest way to build Svelte apps
- Types
- ESM
- License
- MIT
- Install Size
- 1.3 MB(2.9 MB)
- Vulns
- 1
- Published
$
npm install @sveltejs/kit# Run locally
$
npx svelte-kitThe fastest way to build Svelte apps
This is the SvelteKit framework and CLI.
The quickest way to get started is via the sv package:
npx sv create my-app
cd my-app
npm install
npm run dev
See the documentation to learn more.