This workshop is about the basics of TypeScript.
To run this locally you will need:
- Node.js
- NPM or YARN (or any other package manager)
npm installCompile lessons folder's files to JavaScript
npm run tsc:lessonsCompile exercises folder's files to JavaScript
npm run tsc:exercisesCompile samples folder's files to JavaScript
npm run tsc:samplesEach lessons addresses a different topic of a TypeScript fundamental, and although it has some explanations and examples, it might not be enough for you to learn on your own, as this workshop is suppose to be accompanied by a instructor.
You should do each exercise after each lesson. Most exercises have errors that you should try to fix by following the instructions.