Video conferencing application built with React.js & simple-peer.
To get a local copy of this project up and running follow these steps.
-
Clone the repo
git clone https://github.com/brandon30067308/video-chat-app.git
-
Install NPM packages
npm install cd client && npm install
npm run start
cd client && npm run start