🗂 디렉토리 구조
src
├── apis
├── components
│ ├── atom
│ │ └── ...
│ ├── molecules
│ │ └── ...
│ ├── organisms
│ │ └── domain
│ │ └── ...
│ └── templates
│ └── ...
│
├── hooks
├── pages
│ └── domain
│ └── ...
│
├── stories
│ ├── components
│ │ ├── atom
│ │ ├── molecules
│ │ ├── organisms
│ │ │ └── domain
│ │ └── templates
│ │
│ └── pages
│
│── styles
├── utils
├── constants
├── contexts
├── stories
├── App.jsx
├── index.css
└── index.js
🖥 실행 방법
1. 패키지 설치
yarn
또는 yarn install
로 패키지를 설치해줍니다.
2. 환경 설정
SKIP_PREFLIGHT_CHECK=true
3. 실행