Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 ✨

Awesome Lists containing this project

README

        

## Getting Started
패키지 매니저로 npm을 사용합니다. npm이 없는 경우 다음 명령어로 설치해주세요

```
npm install
```

다음 명령어로 `http://localhost:3000`에 개발 환경을 실행할 수 있습니다

```
npm start
```

> 코드 컨벤션을 위해 `ESLint`와 `Prettier`, 커밋 메시지 컨벤션을 위해 `gitmoji-cli`를 적용해주세요!