/course-packt-typescript-intro

Packt Introduction to TypeScript Course (Feb 2016)

Primary LanguageJavaScript

Introduction to TypeScript Course Files

Companion repository to https://www.packtpub.com/application-development/introduction-typescript-video

Usage

To run most course materials:

  • Please install Node.js 6+
  • If folder contains package.json, run 'npm install' to install any dependencies
  • Typically you can compile the Typescript as specified in the course (tsc -p .) or 'npm run build' where available