Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 406 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 406 Bytes

ADP Interview Assignment

This is my solution to ADP Node.js interview assignment

Instructions

Clone the repository and run

npm install

Run tests

npm run test

Run the application

npm run start

Get coverage report with

npm run test:cover

If you have issues with ts-node on windows

Install ts-node globally with

npm install -g ts-node