Skip to content

rehaddad/TypeScript2016Prez

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript2016Prez

Presentation covering thet latest (1.8.x) version of TypeScript with examples and deck.

Run the examples

Navigate to the parent directory where you want to clone the examples.

git clone https://github.com/jeremylikness/TypeScript2016Prez.git

cd TypeScript2016Prez

npm install

Run the WAT?! example

node wat.js

Compile the TypeScript examples

npm run-script tsc

cd examples

node 001types.js

node 002interfaces.js

node 003classes.js

node 004lambdas.js

node 005complex.js

node 006generics.js

node 007mixins.js

Check out related repositories for other examples

6502emulator Angular2HealthApp

About

Presentation covering thet latest (1.8.x) version of TypeScript with examples and deck.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%