philnash / twilio-chat-kendo-react

An example Twilio Programmable Chat application application using React and KendoReact Conversational UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

An example Twilio Programmable Chat application application using React and KendoReact Conversational UI

License:MIT License


Languages

Language:JavaScript 82.4%Language:HTML 11.6%Language:CSS 5.5%Language:Shell 0.5%