NodeJS sample project for CI/CD This project use TypeScript, Jest for unit testing and ESLint. To run linter : npm run lint To run & fix linter : npm run lint:fix To run test : npm run test To run test and collect coverage : npm run test:ci To start project : npm run start