Skip to content

Commit a020a31

Browse files
committed
update part5a.md command to start local dev server exercise 5.1
1 parent dffd792 commit a020a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/5/en/part5a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ The application is started the usual way, but you have to install its dependenci
552552

553553
```bash
554554
npm install
555-
npm start
555+
npm run dev
556556
```
557557

558558
Implement login functionality to the frontend. The token returned with a successful login is saved to the application's state <i>user</i>.

0 commit comments

Comments
 (0)