Skip to content

rorodriguez116/tulio-video-calling-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

The Tulio video calling app for web

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published