🔗

220612

필요한 Dependacy

  1. react-router-dom
  1. axios
  1. chakra-ui
  1. react-query
  1. lint-staged
  1. @emotion/styled
  1. feather-icons
 

폴더 구조

  1. pages
      • 페이지
  1. components
      • base : 공통되는 atomic한 컴포넌트
        • components/base/Button/
      • domain
        • components/domain/myProfile/
        • 컴포넌트 파일
        • 스토리북 파일
        • emotion Styled 파일
  1. hooks
      • 커스텀 훅
  1. api
  1. layout