Skip to content

Commit dd5265e

Browse files
authored
Update part7a.md command to run cloned app for exercise 7.1
The command to run the app was changed, I assume during the move to Vite, from `npm start` to `npm run dev`. The given instructions will throw an error as written.
1 parent 5468de6 commit dd5265e

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)