0Pricing
Sveltejs Academy · Lesson

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-app

The 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

  1. What Is Svelte and Why It Compiles
  2. Creating a Project with npm create svelte
  3. Project Structure: src routes static
  4. The Dev Server and Hot Module Replacement
← Back to Sveltejs Academy