Skip to content

Instantly share code, notes, and snippets.

@rudylee
Last active January 22, 2019 00:37
Show Gist options
  • Save rudylee/c3e65cd50b1514d3a31709587742f38c to your computer and use it in GitHub Desktop.
Save rudylee/c3e65cd50b1514d3a31709587742f38c to your computer and use it in GitHub Desktop.
Typescript Cheatsheet

Create a new react app with typescript

npx create-react-app <project name> --typescript
cd <project name>
yarn add tslint tslint-react tslint-config-prettier --save-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment