Course by Maximilian Schwarzmüller | Understanding typeScript - 2022 Edition
This only deals with Section 9 of the course.
At the bottom of most commits you will find notes about the code changes made during that commit. I only did this for commits with code changes that progress from the previous commit, so any commits to the README.md don't have notes or navigation. I manually added page-navigation to the commits that show progress in the form of code-changes as applied by following the course.
Some commits deal with key learning points, these I will try to list below in the "Key Commits" section.
- Clone the repo
- Install Node.js if you haven't got it installed on your system yet.
- In the Terminal run
npm install
in the root dir - Run
npm install -g typescript
- Run
tsc --init
- Run
npm start
(leave it running) - Open a new Terminal and run
tsc -w
(leave it running)