TypeScript Cody Tutorial Exercises
You can find the tutorial in the prooph board wiki
git clone https://github.com/proophboard/ts-cody-tutorial.git cody-tutorial
cd cody-tutorialnpm installnpm run bootstrapnpm run codyThis tutorial uses test-driven development. Each exercise is covered by a test case. Your task is to make those tests green.
Follow the guideline at prooph board wiki.