1. 공통 컴포넌트는 components 폴더에 넣기 → 헤더, 네비바, 푸터 등
  2. 페이지별 컴포넌트는 페이지 폴더 안의 _components 폴더에 넣기
  3. app 폴더 > (provider) 폴더 > (root) 폴더
  4. 프로젝트 패키지 매니저: yarn 사용
  5. prettier 형식
{
  "printWidth": 120,
  "tabWidth": 2,
  "useTabs": false,
  "semi": true,
  "singleQuote": true,
  "bracketSpacing": true,
  "trailingComma": "none"
}
  1. 중간 발표(8/5 (월)) 1주일 전(7/29(월))에 배포하기