Development Environment Setup

All the examples in this TypeScript Design Patterns series will be run using the Node.js runtime. All the code is written in TypeScript first and then converted into JavaScript that the Node.js runtime will further interpret and execute.
So, to get started, install Node.js first.
Open a browser and visit https://nodejs.org/en/download/