RevUnit take home assignment. A simple RESTful service for creating and fetching customers.
- Install packages
npm i- Install husky to set up pre commit hooks.
npm run prep-husky- Run dev
npm run start:watch- Build prod
npm run build- Run prod
npm run start