Extract TypeScript part from sandromancuso/trip-service-kata, inspired by ddd-tw/2020-legacycode-studygroup.
You can checkout to following tags to trace code back:
- p2: add CH 6-7 (2020-03-18)
- p1: add CH 1-5 (2020-03-03)
Recent version of node.js (tested on 12.16.1).
Run npm install
to install all dependecies.
npm test
: Run all testsnpm test -- --coverage
: Run all tests with coveragenpm test -- --watch
: Run tests when any file changed