An open API service indexing awesome lists of open source software.

https://github.com/scaledrone/react-chat-tutorial


https://github.com/scaledrone/react-chat-tutorial

Last synced: 9 months ago
JSON representation

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
```