- Node 4.x+ - https://nodejs.org/en/download/
- WallabyJs - https://wallabyjs.com/
- Your favorite editor - This has been tested with VS Code
npm install -g typescript gulp
npm install
- 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!