Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heech1013/front-sandbox-boiler-plate
https://github.com/heech1013/front-sandbox-boiler-plate
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/heech1013/front-sandbox-boiler-plate
- Owner: heech1013
- Created: 2022-09-14T07:35:04.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-15T01:49:04.000Z (about 2 years ago)
- Last Synced: 2023-03-08T03:43:51.415Z (over 1 year ago)
- Language: TypeScript
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```