https://github.com/jeremylikness/typescript2016prez
Presentation covering thet latest (1.8.x) version of TypeScript with examples and deck.
https://github.com/jeremylikness/typescript2016prez
Last synced: about 1 month ago
JSON representation
Presentation covering thet latest (1.8.x) version of TypeScript with examples and deck.
- Host: GitHub
- URL: https://github.com/jeremylikness/typescript2016prez
- Owner: JeremyLikness
- Created: 2016-03-22T11:35:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-24T13:55:14.000Z (about 9 years ago)
- Last Synced: 2025-03-24T20:21:44.921Z (about 2 months ago)
- Language: JavaScript
- Size: 8.11 MB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypeScript2016Prez
Presentation covering thet latest (1.8.x) version of TypeScript with examples and deck.## [Click here to watch the 1-hour webinar](http://csharperimage.jeremylikness.com/2016/03/typescript-18-to-future-proof.html)
## 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](https://github.com/jeremylikness/6502emulator)
[Angular2HealthApp](https://github.com/jeremylikness/Angular2HealthApp)