1.0.0 • Published 8 years ago

ChattingRoom v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
8 years ago

ChattingRoom

Online demo:

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