Guest User

Untitled

a guest
Jan 22nd, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. ## Create a new react app with typescript
  2.  
  3. ```bash
  4. npx create-react-app <project name> --typescript
  5. cd <project name>
  6. yarn add tslint tslint-react tslint-config-prettier --save-dev
  7. ```
Add Comment
Please, Sign In to add comment