8000 stream-chat-react/examples/tutorial at master · sizzlebop/stream-chat-react · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
 
 

README.md

This folder contains the source code for Chat React tutorial. It contains multiple versions of apps representing the tutorial steps.

Setup

  1. Copy create a .env file next to the .env.example file.
  2. Copy the contents of .env.example file into .env file and populate the credentials

Run individual app examples

yarn dev:client-setup
yarn dev:client-setup
yarn dev:core-component-setup
yarn dev:channel-list
yarn dev:custom-ui-components
yarn dev:custom-attachment-type
yarn dev:emoji-picker
yarn dev:livestream
0