Skip to content

k13-engineering/node-boilerplate

Repository files navigation

node-boilerplate

Boilerplate for Node.js projects

Setup

npm install

Running tests

This boilerplate project uses Mocha as test framework and c8 for code coverage.

To run tests including code coverage analysis, use:

npm run test

Running ESLint

ESLint comes configured for "ecmaVersion": 8 and "sourceType": "module" using eslint:recommended rules preset.

npm run eslint