Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 777 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 777 Bytes

Twilio Flex Web Chat UI Sample

This project was bootstrapped with Create React App.

You can find the most recent version of the guide on how to perform common tasks here.

This package can only be consumed together with Twilio Flex. Visit http://twilio.com/flex to find out more.

Instructions

  1. Install all dependencies by running:
npm install
  1. Copy webchat-appConfig.sample.js in public/assets folder and configure accordingly to use your Twilio account
cp public/assets/webchat-appConfig.sample.js public/assets/webchat-appConfig.js
  1. Start Flex UI by running:
npm start