This project randomly connects 2 peers online and opens up a video call between the peers.
-
Navigate to the server directory:
cd server
-
Install dependencies using Yarn or npm:
# Using Yarn yarn # Using npm npm install
-
Start the Server:
# Using Yarn yarn start # Using npm npm start
-
Navigate to the server directory:
cd client
-
Install dependencies using Yarn or npm:
# Using Yarn yarn # Using npm npm install
-
Start the Client:
# Using Yarn yarn start # Using npm npm start