/making-typescript-stick

https://www.typescript-training.com/course/making-typescript-stick

Primary LanguageTypeScript

Making TypeScript Stick CI

Mike North's "Making TypeScript Stick" course.

Setup

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

Legal

© 2022 Michael North, All Rights Reserved