Skip to content

JeremyLikness/typescript-cca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript

TypeScript: JavaScript's Safety Harness

This presentation was created and presented by @JeremyLikness for the Code Career Academy on March 23rd, 2017.

Presentation

Running the Examples

  1. npm install

  2. Compile: npm run-script tsc

  3. As an alternative, compile with watch so you can change files: npm run-script tsc:w

  4. Examine the JavaScript output

  5. Run an example: node examples/001-types

  6. Compare the difference with ECMAScript 2017: npm run-script tsc:es6

About

Introduction to TypeScript with hands-on examples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published