Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 379 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 379 Bytes

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.