Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/philnash/twilio-chat-kendo-react
An example Twilio Programmable Chat application application using React and KendoReact Conversational UI
https://github.com/philnash/twilio-chat-kendo-react
kendo kendo-ui kendoreact kendoui react react-chat reactjs twilio twilio-chat
Last synced: 13 days ago
JSON representation
An example Twilio Programmable Chat application application using React and KendoReact Conversational UI
- Host: GitHub
- URL: https://github.com/philnash/twilio-chat-kendo-react
- Owner: philnash
- License: mit
- Created: 2019-01-09T04:57:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-30T05:16:39.000Z (over 1 year ago)
- Last Synced: 2024-04-14T07:46:36.136Z (7 months ago)
- Topics: kendo, kendo-ui, kendoreact, kendoui, react, react-chat, reactjs, twilio, twilio-chat
- Language: JavaScript
- Homepage:
- Size: 1.36 MB
- Stars: 14
- Watchers: 4
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Twilio Programmable Chat with KendoReact Conversational UI and React
This is an example application that sets up [Twilio Programmable Chat](https://www.twilio.com/docs/chat) with a React and [KendoReact UI](https://www.telerik.com/kendo-react-ui/).
Learn more with the blog post [Build a chat app with Twilio and KendoReact](https://www.twilio.com/blog/chat-app-twilio-kendoreact).
## Using this project
Clone the project, change into the directory and install the dependencies.
```bash
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:
```bash
npm run dev
```The React application will run on port 3000 and the server port 3001. Open [localhost:3000](http://localhost:3000) to log in and use the chat application.