Learning TypeScript

Prerequisites

Quick Start

  • Run npm install: Install the dependencies - one time.
  • Run tsc -w: TypeScript Compiler in watch mode - keep it running.
  • Run npm start: Run the light server and refresh the broswer automatically - and keep it running.