ChattingRoom
A chatting room demo based on React, Redux, and NodeJS
Install / Use
/learn @hshenCode/ChattingRoomREADME
ChattingRoom
Online demo:
or the link below if my server doesn't work (๑•́₃ •̀๑) :
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
