Typescript Kata Starter

Install Basics

Install Node Globals

  • npm install -g typescript gulp

Install Dependencies

  • npm install

Getting started

  • Run Specs - gulp
  • Red - Make a test fail
  • Green - Write JUST ENOUGH production code to make the test pass
  • Refactor - Can you improve the code? Now is the time!