Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kimobrian/twilioreact
A React Video Chat app using Twilio Video
https://github.com/kimobrian/twilioreact
Last synced: about 4 hours ago
JSON representation
A React Video Chat app using Twilio Video
- Host: GitHub
- URL: https://github.com/kimobrian/twilioreact
- Owner: kimobrian
- License: mit
- Created: 2018-01-22T09:06:58.000Z (almost 7 years ago)
- Default Branch: server-setup
- Last Pushed: 2022-12-07T17:21:31.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T10:12:26.699Z (7 months ago)
- Language: JavaScript
- Size: 625 KB
- Stars: 56
- Watchers: 3
- Forks: 31
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TwilioReact
A React Video Chat app using Twilio Video[Link to Full Article](https://www.twilio.com/blog/2018/03/video-chat-react.html)
# Setup
```
$ git clone -b setup [email protected]:kimobrian/TwilioReact.git
$ git checkout server-setup
$ npm install # or yarn
$ npm start
```# Demo