Skip to content

codehangar/typescript-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScipt Demo

Companion demo repository for the below article: http://codehangar.io/exploring-typescript/

Based off of the getting started tutorial found here https://www.typescriptlang.org/docs/tutorial.html

Running the app

  • Clone this repository
  • From Terminal, Run npm install
  • From Terminal, Run npm start

You should see the below output in your Terminal npm start output Note the TypeScript errors. This repository intentionally has errors in order to highlight TypeScript's type-checking abilities and error reporting

Using TypeScript in Atom Editor

  • If you are not using Atom, download it here: https://atom.io/
  • Install the atom-typescript atom package: atom-typescript

About

Getting Started With TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published