structured express webapi
Long description.
Just install the dependencies:
$ npm installThen:
$ npm start| Action | Usage |
|---|---|
| Starting development mode | npm start |
| Linting code | npm run lint |
| Running unit tests | npm run jest |
| Running lint + tests | npm test |
| Running code coverage | npm run coverage |
| Sending coverage results to Coveralls.io | npm run coveralls |