Start with initializing the node_modules and .svelte-kit.
npm i
Starting the Vite Client.
npm run dev
Also available under the npm Scripts of packages.json.
Everything you need to build a Svelte project, powered by create-svelte.
If you're seeing this, you've probably already done this step. Congrats!
# create a new project in the current directory
npm create svelte@latest
Once you've created a project and installed dependencies with npm install, start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open