Mike North's "Making TypeScript Stick" course.
- Course Video: Making TypeScript Stick | Frontend Masters
- Course Website: Making TypeScript Stick
First, make sure you have Volta installed.
# install Volta
curl https://get.volta.sh | bash
# install Node
volta install node
# start using Node
node
Next, check out this project.
git clone git@github.com:mike-north/making-typescript-stick
cd making-typescript-stick
Then, install dependencies
yarn
© 2022 Michael North, All Rights Reserved