Skip to content
Snippets Groups Projects
Unverified Commit e82ea12a authored by Avanish Singh's avatar Avanish Singh Committed by GitHub
Browse files

Add files via upload

parent 9bd5ce9c
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@ Project Structure
1. Open a terminal in the project's root directory.
2. Run the following command to install the necessary backend dependencies:
```
cd backend-socket.io
npm install express socket.io
```
......@@ -30,6 +31,7 @@ Project Structure
1. Navigate to the frontend directory (or the directory containing your React app).
2. Run the following command to install frontend dependencies:
```
cd frontend-react
npm install
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment