Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jangjia01234/react-cra-boilerplate
React CRA boilterplate ✨
https://github.com/jangjia01234/react-cra-boilerplate
boilerplate-template create-react-app react
Last synced: 5 days ago
JSON representation
React CRA boilterplate ✨
- Host: GitHub
- URL: https://github.com/jangjia01234/react-cra-boilerplate
- Owner: jangjia01234
- Created: 2023-01-20T01:41:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T08:50:32.000Z (almost 2 years ago)
- Last Synced: 2024-12-18T07:14:19.450Z (5 days ago)
- Topics: boilerplate-template, create-react-app, react
- Language: JavaScript
- Homepage:
- Size: 55.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
패키지 매니저로 npm을 사용합니다. npm이 없는 경우 다음 명령어로 설치해주세요```
npm install
```다음 명령어로 `http://localhost:3000`에 개발 환경을 실행할 수 있습니다
```
npm start
```> 코드 컨벤션을 위해 `ESLint`와 `Prettier`, 커밋 메시지 컨벤션을 위해 `gitmoji-cli`를 적용해주세요!