Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yangjonghun/cra_boilerplate
몇 가지 설정들을 모은 CRA 스타터입니다
https://github.com/yangjonghun/cra_boilerplate
Last synced: about 1 month ago
JSON representation
몇 가지 설정들을 모은 CRA 스타터입니다
- Host: GitHub
- URL: https://github.com/yangjonghun/cra_boilerplate
- Owner: YangJonghun
- Created: 2019-06-15T08:28:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:41:34.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T18:02:56.504Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 5.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 개인적으로 사용하기 위한 설정들을 모은 [Create React App](https://github.com/facebook/create-react-app) 베이스의 boilerplate입니다
- typescript
- lint
- eslint (airbnb / react / react-hooks)
- react-hooks 룰은 CRA의 react-scripts에 기본으로 포함된 버전이 release될 예정이며, 그 땐 관련룰을 제거합니다
- prettier
- test
- jest-dom
- @testing-library/react
- storybook
- addon-info
- addon-knobs
- git hooks
- husky
- lint-staged
- react-router-dom
- absolute path import (with './src')
- polyfills
- SASS---
현재 작업 중