0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-21 19:38:58 +01:00

docs: specify script language and add npm install step to installation guide (#13804)

This commit is contained in:
Emanuele Picchirallo 2024-10-23 20:18:59 +05:30 committed by GitHub
parent 7ecc6c076c
commit 6257203c22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,9 +4,10 @@ title: Getting started
We recommend using [SvelteKit](../kit), the official application framework from the Svelte team powered by [Vite](https://vite.dev/):
```
```bash
npx sv create myapp
cd myapp
npm install
npm run dev
```