Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 720 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 720 Bytes

ts-iio-cody-tutorial

TypeScript Cody Tutorial Exercises

You can find the tutorial in the prooph board wiki

Set up

Clone the tutorial repo

git clone https://github.com/proophboard/ts-cody-tutorial.git cody-tutorial
cd cody-tutorial

Install dependencies

npm install

Initialize Cody

npm run bootstrap

Start Cody Server

npm run cody

Exercises

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.