rorodriguez116 / tulio-video-calling-web

The Tulio video calling app for web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 79.3%Language:CSS 12.3%Language:HTML 8.4%