Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ To launch the app:
### Run the React client

1. Navigate to the app directory, `client-react/`.
2. Run the application with the following command:
2. Run ```npm install```. Wait for the installation to complete.
3. Run the application with the following command:

```
npm run start
Expand Down