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

https://github.com/manjillama/react-chat-app

Super easy real-time chat application built using react and nodejs for users all across the globe to chat. Enjoy!!!
https://github.com/manjillama/react-chat-app

nodejs react reactjs socket-io

Last synced: 2 months ago
JSON representation

Super easy real-time chat application built using react and nodejs for users all across the globe to chat. Enjoy!!!

Awesome Lists containing this project

README

          

Live demo [here](http://bit.ly/2WarPqi)

![](chat-live.gif)

### Configuration

Edit config.js file inside src/ folder to set it to your production or development server.

`npm install`

To install all the required dependencies/modules to run the app.

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the production mode.

Make sure to run `yarn build` before running in production mode.
Open [http://localhost:5000](http://localhost:5000) to view it in the browser.

### `npm run dev`

Runs both react app and node.js server simultaneously in the development mode.

Open [http://localhost:3006](http://localhost:3006) to view react app in the browser.

The page will reload if you make edits.

### `npm run react`

Runs the react app in the development mode.

Open [http://localhost:3006](http://localhost:3006) to view it in the browser.

The page will reload if you make edits.

### `npm run server`

Runs the node.js server in the development mode.

Open [http://localhost:5000](http://localhost:5000) to view it in the browser.

The page will reload if you make edits.

### `npm run build`

Builds the app for production to the `build` folder.

It correctly bundles React in production mode and optimizes the build for the best performance.