Awesome
esnext-quickstart
Run
git clone git@github.com:nkbt/esnext-quickstart.git
cd esnext-quickstart
npm install
npm start
Run ESLint report
npm run lint
Run tests
npm test
Generate test coverage report
npm run test:cov
git clone git@github.com:nkbt/esnext-quickstart.git
cd esnext-quickstart
npm install
npm start
npm run lint
npm test
npm run test:cov