TypeScript Crash Course
npm i -g typescript
tsc
tsc --init
node index
tsc index --watch
npx create-react-app my-app --template typescript
TypeScript Crash Course
npm i -g typescript
tsc
tsc --init
node index
tsc index --watch
npx create-react-app my-app --template typescript