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.
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.