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!!!
- Host: GitHub
- URL: https://github.com/manjillama/react-chat-app
- Owner: manjillama
- Created: 2019-05-27T10:51:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-27T15:57:40.000Z (about 6 years ago)
- Last Synced: 2025-01-22T01:28:52.579Z (over 1 year ago)
- Topics: nodejs, react, reactjs, socket-io
- Language: JavaScript
- Homepage: https://live-chat-nodejs.herokuapp.com
- Size: 53.4 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Live demo [here](http://bit.ly/2WarPqi)

### 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.