Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```