Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 881 Bytes

File metadata and controls

42 lines (27 loc) · 881 Bytes

TypeScript Fundamentals Workshop

This workshop is about the basics of TypeScript.

Requirements

To run this locally you will need:

  • Node.js
  • NPM or YARN (or any other package manager)

Install

npm install

Scripts

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

Lessons

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.

Exercises

You should do each exercise after each lesson. Most exercises have errors that you should try to fix by following the instructions.