https://github.com/yahongie2014/react-chat
Node js Chat
https://github.com/yahongie2014/react-chat
chat chat-application javascript-framework nodejs react reactjs
Last synced: 4 months ago
JSON representation
Node js Chat
- Host: GitHub
- URL: https://github.com/yahongie2014/react-chat
- Owner: yahongie2014
- License: mit
- Created: 2017-03-26T04:57:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-24T00:28:09.000Z (almost 7 years ago)
- Last Synced: 2025-02-27T04:15:11.366Z (about 1 year ago)
- Topics: chat, chat-application, javascript-framework, nodejs, react, reactjs
- Language: JavaScript
- Size: 1.6 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Chat js
> Demo : [Link](https://chatreactjs.herokuapp.com)
#Official Documentation
-Documentation for the framework can be found on the [Nodejs website](https://nodejs.org/api/)
# How To start
>first:
>Install Node js From (https://nodejs.org/en/download/)
>After install
open Cmd in project file then write following command
>npm install
#moduel will install dependencies for nodejs
#check package.json to start application
#after install all dependencies
#check nodejs version by that command
>npm -v
#then type in cmd project file
>npm start
#will show u
---------------------------------
> node app.js
>Express server listening on port 5000 in development mode
---------------------------------
#After that open browser and type
http://localhost:5000
>Thank u
>License
>The Reactjs framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).