Skip to content

Commit dffd792

Browse files
authored
Merge pull request #3097 from bambery/patch-3
Update part7a.md command to run cloned app for exercise 7.1
2 parents 70c4a07 + dd5265e commit dffd792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/7/en/part7a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ The application starts the usual way, but first, you need to install the depende
508508

509509
```bash
510510
npm install
511-
npm start
511+
npm run dev
512512
```
513513

514514
#### 7.1: routed anecdotes, step1

0 commit comments

Comments
 (0)