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-tutorial
npm install
npm run bootstrap
npm run cody
This 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.