iamchiranjeeb / twillo-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install the dependencies:

npm install

create a .env

cp .env.example .env

Credentials

You will need your Twilio Account SID, available in your Twilio console. Add it to the .env file.

You will also need an API key and secret, you can create these under the Programmable Video Tools in your console. Create a key pair and add them to the .env file too.

Running the application

npm run dev

About


Languages

Language:JavaScript 79.2%Language:CSS 12.4%Language:HTML 8.4%