https://github.com/pmbanugo/react-conversational-ui-tutorial
conversational UI app in React with Stream Chat and KendoReact Chat components
https://github.com/pmbanugo/react-conversational-ui-tutorial
javascript react stream-chat
Last synced: 12 months ago
JSON representation
conversational UI app in React with Stream Chat and KendoReact Chat components
- Host: GitHub
- URL: https://github.com/pmbanugo/react-conversational-ui-tutorial
- Owner: pmbanugo
- Created: 2019-12-23T11:40:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-13T11:13:22.000Z (over 6 years ago)
- Last Synced: 2025-03-27T21:52:12.597Z (about 1 year ago)
- Topics: javascript, react, stream-chat
- Language: JavaScript
- Size: 170 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
This project accompanies a [tutorial]() on building a conversational UI in React using Stream Chat API and KendoReact COnversational UI components.
## Set Up
1. Clone and set up the [token server](https://github.com/pmbanugo/stream-chat-boilerplate-api) by following the instruction on that repo.
2. Clone this repo and run `npm install`.
3. Run `npm start` to start the React app.