Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/heech1013/front-sandbox-boiler-plate


https://github.com/heech1013/front-sandbox-boiler-plate

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

# Setting
### ESLint
```bash
# Plugins referenced from @channel.io/eslint-plugin: @channel.io/eslint-config, eslint-config-airbnb-typescript, eslint-plugin-babel, eslint-plugin-jsx-a11y, eslint-plugin-import, eslint-plugin-react, eslint-plugin-react-hooks, @typescript-eslint/eslint-plugin
```

### Usage
Install modules from package.json
```bash
yarn
# or
yarn install
```