Skip to content

Blacknosaur/react-programmable-chat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Programmable Chat

This demo application was created as a supplement to a post on the Twilio blog.

Required Credentials

Setting Up The Application

Clone the repository:

git clone https://github.com/kevinthompson/react-programmable-chat.git

Create your .env file:

cd react-programmable-chat
cp .env.sample .env

Define your environment variables:

TWILIO_ACCOUNT_SID=
TWILIO_API_KEY=
TWILIO_API_SECRET=
TWILIO_CHAT_SERVICE_SID=

Install application dependencies:

npm install

Start the token server in one terminal instance:

node server.js

Start the React application build process in another terminal instance:

npm start

About

React Programmable Chat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.0%
  • HTML 12.6%
  • CSS 8.4%