use-chat-example
use-chat-example copied to clipboard
A Basic example of how to use @chatscope/use-chat library
use-chat example
This is an example of the basic use of the use-chat library.
Working app is available here: https://use-chat.examples.chatscope.io.
For more information please visit 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
Project website: https://chatscope.io
Usage
This application is based on CRA.
Clone the repository and run:
$ yarn run start
or:
$ npm run start