https://github.com/imamachi-n/react-typescript-101
https://github.com/imamachi-n/react-typescript-101
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/imamachi-n/react-typescript-101
- Owner: Imamachi-n
- Created: 2019-04-15T07:18:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-15T10:45:21.000Z (about 6 years ago)
- Last Synced: 2025-01-21T02:08:06.191Z (5 months ago)
- Language: TypeScript
- Size: 167 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```