# 실행
yarn start
# 빌드
yarn build
React + TypeScript + Redux
npm install -g yarn
yarn create react-app client --template typescript
yarn add styled-components @types/styled-components
yarn add react-router-dom @types/react-router-dom
yarn install
- sparkles ( ✨ ) : add new features
- art ( 🎨 ) : improve structure / format of the code
- bug ( 🐛 ) : fix a bug
- 기능 단위 pr
- 리뷰어 코드리뷰후 머지 예외 ) bug fix
|-- src
| |-- assets
| |-- components
| |-- interface
| |-- network
| |-- pages
| |-- store
| |-- types
|
|-- App.tsx
|-- index.tsx