Skip to content

VICEMedia/intro-to-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro to 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 [email protected]:VICEMedia/intro-to-typescript.git

Install dependencies

$ npm install

Running things

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

$ 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 a TypeScript file using the ts-node library, you can use the following command:

$ npm run ts <path to file>

About this presentation

This presentation was created using MDX Deck and Code Surfer.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published