Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chinsun9/react-ts-template
typescript react eslint prettier template
https://github.com/chinsun9/react-ts-template
eslint prettier react template typescript
Last synced: about 1 month ago
JSON representation
typescript react eslint prettier template
- Host: GitHub
- URL: https://github.com/chinsun9/react-ts-template
- Owner: chinsun9
- Created: 2021-05-24T02:24:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-12T08:58:57.000Z (almost 3 years ago)
- Last Synced: 2023-03-08T07:00:35.908Z (almost 2 years ago)
- Topics: eslint, prettier, react, template, typescript
- Language: TypeScript
- Homepage:
- Size: 816 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# typescript react eslint prettier template
```sh terminal
# ts react cra ; https://create-react-app.dev/docs/getting-started#creating-a-typescript-app
yarn create react-app . --template typescript# eslint + prettier
yarn eslint --init
yarn add -D eslint-config-airbnb@latest
yarn add -D prettier eslint-config-prettier# css prop
yarn add @emotion/react @emotion/babel-preset-css-prop
yarn add -D react-app-rewired customize-cra
```## mobx
```
yarn add mobx mobx-react-lite
```