This is the web app component of Virtual Visit, a product for making video calls simple for patients in hospitals. This project was created during the Twilio x DEV community hackathon.
This React app is a fork of twilio-video-app-react.
You must have the following installed:
- Node.js v10+
- NPM v6+ (comes installed with newer Node versions)
Create a .env at the root of this project and set the following environment variables:
PORT=8023REACT_APP_SET_AUTH=noneREACT_APP_TOKEN_ENDPOINTto the full/tokenendpoint URL of a running instance of virtualvisit-twilio-serverless
Run npm install to install all dependencies from NPM.
Run the app locally with:
$ npm start