Skip to content

vijayst/twilio-chat-with-flex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twilio-chat-with-flex

Use Twilio Chat SDK along with Twilio Flex. Makes use of Undocumented Preview API from Twilio.

Server

To start the server on localhost:4000, do the following:

cd server
npm install
npm start

Let the server be running.

Client

From the root folder, run

npm install
npm start

Browse to localhost:3000 to see the chat window.