This is my solution to ADP Node.js interview assignment
Clone the repository and run
npm install
npm run test
npm run start
npm run test:cover
Install ts-node globally with
npm install -g ts-node
This is my solution to ADP Node.js interview assignment
Clone the repository and run
npm install
npm run test
npm run start
npm run test:cover
Install ts-node globally with
npm install -g ts-node