https://github.com/chatscope/use-chat-example
A Basic example of how to use @chatscope/use-chat library
https://github.com/chatscope/use-chat-example
chat communication example library messenger react ui
Last synced: 6 months ago
JSON representation
A Basic example of how to use @chatscope/use-chat library
- Host: GitHub
- URL: https://github.com/chatscope/use-chat-example
- Owner: chatscope
- Created: 2021-05-07T14:41:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-28T14:25:21.000Z (over 3 years ago)
- Last Synced: 2025-04-14T19:13:41.372Z (9 months ago)
- Topics: chat, communication, example, library, messenger, react, ui
- Language: TypeScript
- Homepage: https://chatscope.io
- Size: 810 KB
- Stars: 30
- Watchers: 3
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# use-chat example
This is an example of the basic use of the [use-chat](https://github.com/chatscope/use-chat) library.
Working app is available here: [https://use-chat.examples.chatscope.io](https://use-chat.examples.chatscope.io).
For more information please visit [https://github.com/chatscope/use-chat](https://github.com/chatscope/use-chat).
Also, you can be interested in my React chat components library [https://github.com/chatscope/chat-ui-kit-react](https://github.com/chatscope/chat-ui-kit-react)
Project website: [https://chatscope.io](https://chatscope.io)
# Usage
This application is based on [CRA](https://create-react-app.dev/).
Clone the repository and run:
```console
$ yarn run start
```
or:
```console
$ npm run start
```