Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 843 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 843 Bytes

Tulio Video Chat

This video chat application was built with Twilio Video and React, using Hooks.

Preparing the application

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.

Running the application

Once you have completed the above you can run the application with:

npm run dev

This will open in your browser at localhost:3000.