Skip to content

hshenCode/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

Releases

No releases published

Packages

No packages published