Skip to content

Commit

Permalink
Merge pull request #117 from BinaryStudioAcademy/production
Browse files Browse the repository at this point in the history
production: * command line into readme
  • Loading branch information
v0ldemar01 authored Dec 21, 2023
2 parents e825127 + 8689e38 commit 4583ced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ The main frameworks and libraries used in the project are listed here. A complet
4. To start the server in the command line (terminal) in the server folder, run:
```
npm start:dev
npm run start:dev
```
5. To test the correct completing the task in the command line (terminal) in the server folder, run:
Expand Down Expand Up @@ -156,7 +156,7 @@ The main frameworks and libraries used in the project are listed here. A complet
3. To run the client from the command line (terminal) in the client folder, run:
```
npm start
npm run start:dev
```
The app should automatically open in your default browser.
Expand Down

0 comments on commit 4583ced

Please sign in to comment.