Blog: remove an obsolete TODO

Closes #5133
pull/5135/head
Luca Bonavita 5 years ago
parent d19bcef690
commit d2b9a54f07

@ -74,8 +74,6 @@ This creates a new directory, `my-svelte-project`, adds files from the [sveltejs
In the `package.json` file, there is a section called `"scripts"`. These scripts define shortcuts for working with your application — `dev`, `build` and `start`. To launch your app in development mode, type the following: In the `package.json` file, there is a section called `"scripts"`. These scripts define shortcuts for working with your application — `dev`, `build` and `start`. To launch your app in development mode, type the following:
> TODO update the template, it needs... some work
```bash ```bash
npm run dev npm run dev
``` ```

Loading…
Cancel
Save