Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 456 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 456 Bytes

TypeScript Coding Kata

Prerequisites

  • git - you will find it
  • Node.js - download from nodejs.org, or install via the package manager of your choice
  • some editor or IDE (when in doubt, use VS Code)

Get Started

  • clone this git repo (you probably already did that)
  • cd typescript/
  • npm install
  • npm test
  • while(time) { red → green → refactor }