fix setup command in getting started blog

pull/2800/head
Peter Varholak 6 years ago
parent 298ae8ec23
commit 829072b037
No known key found for this signature in database
GPG Key ID: 19AC6B9476876A84

@ -44,7 +44,7 @@ In the terminal, you can instantly create a new project like so:
npx degit sveltejs/template my-svelte-project npx degit sveltejs/template my-svelte-project
cd my-svelte-project cd my-svelte-project
npm install npm install
npm run dev & open http://localhost:5000 npm run dev && open http://localhost:5000
``` ```
Once you've tinkered a bit and understood how everything fits together, you can fork [sveltejs/template](https://github.com/sveltejs/template) and start doing this instead: Once you've tinkered a bit and understood how everything fits together, you can fork [sveltejs/template](https://github.com/sveltejs/template) and start doing this instead:

Loading…
Cancel
Save