banditi / chat

More chats for chat's God
MIT License
0 stars 0 forks source link
chat communication

Chat Build Status Coverage Status

Prerequisites

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.