Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-28T14:25:21.000Z (over 2 years ago)
- Last Synced: 2024-04-14T01:51:02.553Z (9 months ago)
- Topics: chat, communication, example, library, messenger, react, ui
- Language: TypeScript
- Homepage: https://chatscope.io
- Size: 810 KB
- Stars: 24
- Watchers: 4
- Forks: 18
- 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
```