https://github.com/yamoo9/cra-template-ko
Create React App 템플릿 한국어 버전 + craco 설정
https://github.com/yamoo9/cra-template-ko
craco creact-react-app jsconfig-json korean node-sass react-redux redux redux-form redux-thunk revalidate
Last synced: 6 months ago
JSON representation
Create React App 템플릿 한국어 버전 + craco 설정
- Host: GitHub
- URL: https://github.com/yamoo9/cra-template-ko
- Owner: yamoo9
- Created: 2020-02-07T13:04:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-09T10:54:36.000Z (over 5 years ago)
- Last Synced: 2025-02-23T04:46:39.407Z (over 1 year ago)
- Topics: craco, creact-react-app, jsconfig-json, korean, node-sass, react-redux, redux, redux-form, redux-thunk, revalidate
- Language: HTML
- Homepage: https://www.npmjs.com/package/cra-template-ko-craco
- Size: 621 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cra-template-ko
이 프로젝트는 [Create React App](https://github.com/facebook/create-react-app)의 템플릿에 따라 제작 된 한국어 `cra-template-ko` 입니다.
```sh
$ npx create-react-app <프로젝트_이름> --template ko
```
## 추가된 항목
기본 템플릿 `cra-template`에 추가된 항목입니다.
- `sass` 패키지 추가
- `classnames` 패키지 추가
- `serve` 패키지 및 빌드 실행 명령 추가
- `eslint-plugin-jsx-a11y` 패키지 추가
- `jsconfig.json` 절대 경로 및 Webpack 별칭(alias) 설정
- Browserslist 배포(production) 한국(KR) 환경으로 수정 및 IE 11 이상 지원 설정
## 커스텀 템플릿
🤔 커스텀 템플릿을 만들고자 한다면? 공식 [커스텀 템플릿(custom-templates)](https://create-react-app.dev/docs/custom-templates/) 문서를 참고하세요.