This presentation was created and presented by @JeremyLikness for the Code Career Academy on March 23rd, 2017.
-
npm install -
Compile:
npm run-script tsc -
As an alternative, compile with watch so you can change files:
npm run-script tsc:w -
Examine the JavaScript output
-
Run an example:
node examples/001-types -
Compare the difference with ECMAScript 2017:
npm run-script tsc:es6