casdidier / making-typescript-stick

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

Home Page:https://frontendmasters.com/workshops/typescript-practice/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://frontendmasters.com/workshops/typescript-practice/


Languages

Language:TypeScript 93.8%Language:Shell 4.0%Language:JavaScript 2.2%