Clone the repo:
git clone git@github.com:rahulkumar66/express-node-es6-boilerplate.git
cd express-node-es6-boilerplate
Install dependencies:
npm i
Set environment variables:
cp .env.example .env
npm run dev
npm run start
# lint code with ESLint
npm run lint
# run all tests with Mocha
npm run test
# open nyc test coverage reports
npm run coverage
# generate and open api documentation
npm run docs