Understanding-TypeScript-2022-Edition

Different examples and exercises from the Udemy course Understanding-TypeScript-2022 by Maximilian Schwarzmüller

Link to course: https://www.udemy.com/course/understanding-typescript/

How to run examples.

  1. Open locally the folder you have choosed.
  2. Open terminal from there. (It is possible from visual studio code too)
  3. Run npm install
  4. If you want to start local live server then write npm start to start it
  5. Open the browser console with f12