About This Project

Video conferencing application built with React.js & simple-peer.

Setup

To get a local copy of this project up and running follow these steps.

Installation

  1. Clone the repo

    git clone https://github.com/brandon30067308/video-chat-app.git
  2. Install NPM packages

    npm install
    cd client && npm install

Run Server

npm run start

Run Client

cd client && npm run start