Skip to content

leopardd/chat

Repository files navigation

chat

Travis Codecov Software License

Basic chat

Getting started

  1. Install Node.js
  2. Install dependencies: npm install
  3. Setup config config/index.js
  4. Start
# Dev
npm run build.watch
nodemon server.js --watch server.js

# Prod, server
npm run build.prod
node server.js

# ENV
NODE_ENV=development
DEBUG=*

Note

  • Compatible with all browsers
  • Automated scripts: unit test
  • Automated scripts: browser compatibility test
  • Automated scripts: E2E
  • Automated scripts: deploy to production
  • History messages
  • User list on sidebar