An open API service indexing awesome lists of open source software.

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

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.