Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 319 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 319 Bytes

Video Chat with WebRTC, React, and Firebase.

A 1-to-1 video chat webpage built with WebRTC, React and Firestore.

Usage

Update the Firebase project config in the src/App.js file.

git clone https://github.com/raymon-zhang/webrtc-react-videochat.git
cd ./webrtc-react-videochat/

npm install

npm start