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-web
Install the dependencies:
npm install
Create a .env
file by copying the .env.example
.
cp .env.example .env
Use your own API Key details and Account details.
Once you have completed the above you can run the application with:
npm run dev
This will open in your browser at localhost:3000.