Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 454 Bytes

File metadata and controls

23 lines (15 loc) · 454 Bytes

Learn Svelte

This is the Svelte 5 course starter. If you're looking for code examples, you can find them on the examples branch.

Setup

⬇️ Get the starter template

npx degit joysofcode/learn-svelte learn-svelte

📦️ Install dependencies

npm i

🧑‍💻 Start the development server

npm run dev