We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fc8214 commit 8689e38Copy full SHA for 8689e38
readme.md
@@ -126,7 +126,7 @@ The main frameworks and libraries used in the project are listed here. A complet
126
4. To start the server in the command line (terminal) in the server folder, run:
127
128
```
129
- npm start:dev
+ npm run start:dev
130
131
132
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
156
3. To run the client from the command line (terminal) in the client folder, run:
157
158
159
- npm start
160
161
162
The app should automatically open in your default browser.
0 commit comments