Advanced TypeScript

Prerequisites

Make sure you are running Node 8.x or later. You can use NVM to update to the LTS version of Node 8.

It is highly recommended you use a text editor that supports TypeScript intellisense. VS Code comes with this functionality out of the box.

Setup

Clone this repo

$ git clone https://github.com/VICEMedia/advanced-typescript

Running things

In order to run the presentation, use the following npm command:

$ cd presentation
$ npm install
$ npm run presentation

This will start up the presentation and also open a new tab in your browser with the slides.

In order to run the application, use:

$ cd exercise
$ npm install
$ npm start

You can view a completed version of the application on the example branch of this repository.

About the presentation

This presentation was created using MDX Deck and Code Surfer.