SvelteKit is the fastest way to build Svelte apps
npm install @sveltejs/kitThis is the SvelteKit framework and CLI.
The quickest way to get started is via the sv package:
``sh``
npx sv create my-app
cd my-app
npm install
npm run dev
See the documentation to learn more.