Skip to content

HP181/Video_Chat_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

React Video Chat App🌤🌤

image

This is a sample Video Chat App.

Live Demo here.

Instructions

First clone this repository.

$ git clone https://github.com/HP181/Video_Chat_App.git

Install dependencies. Make sure you already have nodejs & npm installed in your system.

Install Dependencies For Frontend and start React App

$ cd hpchat
$ npm install 
$ npm start 

Install Dependencies For Backend and start the Server

$ cd backend
$ npm install 
$ node index