Skip to content

banditi/chat

Repository files navigation

Chat Build Status Coverage Status

Prerequisites

  • node >=6

Quick start

npm install
npm start

Code quality

npm run validate

Tests

npm test

Tests include coverage tool istanbul. After test you can find results of coverage in ./coverage/lcov-report/index.html. Use your browser to see it.

Linters

For codestyle we are using eslint.

npm run lint

Precommit hook

Also we are using precommit hook husky.

Releases

No releases published

Packages

No packages published