https://github.com/scaledrone/react-chat-tutorial
https://github.com/scaledrone/react-chat-tutorial
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/scaledrone/react-chat-tutorial
- Owner: ScaleDrone
- Created: 2018-10-18T06:04:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-05T18:24:51.000Z (about 2 years ago)
- Last Synced: 2025-03-26T03:04:52.488Z (9 months ago)
- Language: JavaScript
- Size: 928 KB
- Stars: 29
- Watchers: 4
- Forks: 35
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Chat Tutorial: Building A Realtime Messaging App
These are the project files for the [Scaledrone React chat tutorial](https://www.scaledrone.com/blog/posts/react-chat-tutorial).
To run this example make sure to replace `YOUR-CHANNEL-ID` in [`index.js`](https://github.com/ScaleDrone/react-chat-tutorial/blob/master/src/pages/index.js).
## Running The Project
```
npm install
npm run dev
```