# flex-webchat-ui-sample **Repository Path**: mirrors_twilio/flex-webchat-ui-sample ## Basic Information - **Project Name**: flex-webchat-ui-sample - **Description**: Twilio Flex Web Chat UI Sample - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2025-11-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Twilio Flex Web Chat UI Sample This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app). You can find the most recent version of the guide on how to perform common tasks [here](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md). 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 ``` 2. 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 ``` 3. Start Flex UI by running: ``` npm start ```