ChattingRoom
v1.0.0
Published
## Online demo:
Readme
ChattingRoom
Online demo:
Run it locally:
###For production:
npm install
npm run build
node server/server.jsAnd then point your browser to localhost:3000
###For debug:
npm install
npm run dev
node server/server.jsAnd then point your browser to localhost:3000
