Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>svelte-starterNew to Visual Studio Code? Get it now.
svelte-starter

svelte-starter

thorcc

|
531 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Svelte-starter

Extension for running svelte from the explorer menu.

logo

Requirements

  • Node.js
  • Git
    • Git (mac)
    • Git (windows)

Restart VS Code after installing node and git.

create svelte

npx degit sveltejs/template .
npm install
npm run dev

run svelte

npm run dev

build svelte

npm build

This function also adds a ./ to paths in index.html, enabling the app to run directly from index.html with out a webserver.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft