You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
svelte/site/content/docs/01-getting-started.md

727 B

title
Getting started

To try Svelte in an interactive online environment you can try the REPL or StackBlitz.

To create a project locally, run:

npm create vite@latest myapp -- --template svelte
cd myapp
npm install
npm run dev

Or use SvelteKit, the official application framework from the Svelte team (currently in beta).

See the SvelteSociety website run by the Svelte community for a list of integrations with various tooling and editots.

If you're having trouble, get help on Discord or StackOverflow.