Code Snippets

Code Snippets to get you started.

Package Manager

Install SvelteKit

npm create svelte@latest my-app
cd my-app
npm install
npm run dev