This is video chat app which uses twilio programmable videos services. The is built using React.js library
- Open command line and type
git clone https://github.com/ForgottenTale/Twilio-React-Video-Chat-client.git
- Open Twilio-React-Video-Chat-client in the command line
cd Twilio-React-Video-Chat-client
- Run npm install
npm install
-
Open the folder in visual studio code or any other editior
-
Goto
src/App.js
and assign the server link to the url varible at line 27 -
Then in the command line, type
npm start