Skip to content

Serionline/React-Chat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

################## #ReactChat-Nodejs# ##################

#Official Documentation

-Documentation for the framework can be found on the Nodejs website

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.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.3%
  • HTML 2.7%