Creating a Project with npm create svelte
Scaffold a new SvelteKit project using the official CLI and choose the right options.
Scaffolding Tool
The official way to start a SvelteKit project is the npm create svelte@latest command. It generates a ready-to-run app.
npm create svelte@latest my-appThe Wizard Asks
You will be prompted for a template (skeleton, demo app), TypeScript support, and tooling (ESLint, Prettier, Playwright, Vitest).
All lessons in this course
- What Is Svelte and Why It Compiles
- Creating a Project with npm create svelte
- Project Structure: src routes static
- The Dev Server and Hot Module Replacement