Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Brandon30067308/video-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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