Read the full tutorial here:
>> Build a Slack-like Chat Application with React
This demo app shows how to build a group group chat app with React:
To run the demo follow these steps:
- Head to CometChat Pro and create an account
- From the dashboard, create a new app called "React Group Chat"
- One created, click Explore
- Go to the API Keys tab and click Create API Key
- Create an API key called "React Group Chat Key" with Auth Only scope
- Download the repository here or by running
https://github.com/cometchat-pro-samples/slack-clone
- Run
npm install
- Update settings.js with your newly-created
APP_ID
andAPI_KEY
- Run with
npm start
the app and login with one of the test users: superhero1, superhero2, superhero3, superhero4 or superhero5
Questions about running the demo? Open an issue. We're here to help โ๏ธ
- ๐ CometChat Homepage
- ๐ Create your free account
- ๐ Documentation
- ๐พ GitHub