Skip to content

aanwhs/chattingroom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChattingRoom

Online demo:

view it on my personal server

or the link below if my server doesn't work (๑•́₃ •̀๑) :

view it on heroku

Run it locally:

###For production:

npm install
npm run build
node server/server.js

And then point your browser to localhost:3000

###For debug:

npm install
npm run dev
node server/server.js

And then point your browser to localhost:3000

About

A chatting room demo based on React, Redux, and NodeJS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.3%
  • CSS 10.1%
  • HTML 1.6%