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:
parent
7ecc6c076c
commit
6257203c22
@ -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
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user