This project is following the tutorial "Programming with Mosh". Some notes to remember steps that were taken outside the project files. Node was already installed. I installed ts-node to be able to ...
You'll notice that the course is split into exercises. Each exercise is split into a *.problem.ts and a *.solution.ts. The exercise script will run TypeScript typechecks and a test suite on the ...