🔥 App Tour
High-level overview of the demo app
NEW - Svelte 5 Code
If you’re following the course using Svelte version 5 with Runes, check out the v5 source code here. The vidoes are recorded with Svelte 4 code, but you will find the relevant code changes below each video.
Course Resources
Create a SvelteKit Project
command line
npx sv create my-app
cd my-app
npm install
npm run dev