Skip to content

Instantly share code, notes, and snippets.

@Gilbishkosma
Created October 2, 2021 09:19
Show Gist options
  • Save Gilbishkosma/1b69810395224d8d5f6aafe7f0e222d5 to your computer and use it in GitHub Desktop.
Save Gilbishkosma/1b69810395224d8d5f6aafe7f0e222d5 to your computer and use it in GitHub Desktop.
Typescript project start
## Typescript project start
yarn create react-app . --template typescript
## Add material UI
yarn add @mui/material @emotion/react @emotion/styled
## Add React Testing library
yarn add @testing-library/react
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment