Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 914 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 914 Bytes

Twilio Programmable Chat with KendoReact Conversational UI and React

This is an example application that sets up Twilio Programmable Chat with a React and KendoReact UI.

Learn more with the blog post Build a chat app with Twilio and KendoReact.

Using this project

Clone the project, change into the directory and install the dependencies.

git clone https://github.com/philnash/twilio-chat-kendo-react.git
cd twilio-chat-kendo-react
npm install

Copy the .env.example file to .env and fill in with your Twilio credentials.

Run the application together with the command:

npm run dev

The React application will run on port 3000 and the server port 3001. Open localhost:3000 to log in and use the chat application.