Skip to content

Commit 03b8620

Browse files
authored
Merge pull request #3102 from makz001/patch-1
update part5a.md command to start local dev server exercise 5.1
2 parents 7f2c11f + a020a31 commit 03b8620

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)