- node >=6
npm install
npm start
npm run validate
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.
For codestyle we are using eslint.
npm run lint
Also we are using precommit hook husky.