Skip to content

Commit 8689e38

Browse files
committed
production: * command line into readme
1 parent 9fc8214 commit 8689e38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ The main frameworks and libraries used in the project are listed here. A complet
126126
4. To start the server in the command line (terminal) in the server folder, run:
127127
128128
```
129-
npm start:dev
129+
npm run start:dev
130130
```
131131
132132
5. To test the correct completing the task in the command line (terminal) in the server folder, run:
@@ -156,7 +156,7 @@ The main frameworks and libraries used in the project are listed here. A complet
156156
3. To run the client from the command line (terminal) in the client folder, run:
157157
158158
```
159-
npm start
159+
npm run start:dev
160160
```
161161
162162
The app should automatically open in your default browser.

0 commit comments

Comments
 (0)