Skip to content

Instantly share code, notes, and snippets.

@AvgustPol
Last active December 9, 2020 23:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AvgustPol/76521989d3de9b828b03e314916a351b to your computer and use it in GitHub Desktop.
Save AvgustPol/76521989d3de9b828b03e314916a351b to your computer and use it in GitHub Desktop.
Typescript cheatsheet

Check installed Typescript version

tsc -v

Install / update latest Typescript version

npm install -g typescript@latest

To start a new Create React App project with TypeScript

npx create-react-app my-app --template typescript

Sources:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment