An open API service indexing awesome lists of open source software.

https://github.com/imamachi-n/react-typescript-101


https://github.com/imamachi-n/react-typescript-101

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# react-typescript-101
## Create hello-world react app

```bash
npx create-react-app hello-world --typescript
```

## Add ESLint
```bash
yarn add -D eslint-plugin-react @typescript-eslint/eslint-plugin @typescript-eslint/parser
```