/twilio-chat-with-flex

Twilio chat with Flex

Primary LanguageJavaScriptApache License 2.0Apache-2.0

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.