This video chat application was built with Twilio Video and React, using Hooks.
To run the application you will need a Twilio account and Node.js and npm installed. Start by cloning or downloading the repo to your machine.
git clone https://github.com/rorodriguez116/tulio-video-calling-web
cd tulio-video-calling-webInstall the dependencies:
npm installCreate a .env file by copying the .env.example.
cp .env.example .envUse your own API Key details and Account details.
Once you have completed the above you can run the application with:
npm run devThis will open in your browser at localhost:3000.