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 install
Compile lessons folder's files to JavaScript
npm run tsc:lessons
Compile exercises folder's files to JavaScript
npm run tsc:exercises
Compile samples folder's files to JavaScript
npm run tsc:samples
Each 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.