📦 FrontEnd
├─ public
├─ src
│  ├─ api               // 도메인별 구분
│  ├─ assets            // static 파일
│  ├─ components        // common, feature별 구분
│  ├─ hooks             // 커스텀 훅
│  ├─ pages             // view
│  ├─ store             // atoms/ 안에 도메인별 구분
│  └─ styles            // 글로벌 theme, 색상표
├─ type                 // TS type, interface
└─ env                  // api.link 등

©generated by Project Tree Generator