-
Notifications
You must be signed in to change notification settings - Fork 3
Directory Structure
heeee__soo edited this page Apr 9, 2024
·
2 revisions
GGF
├── public # SVG, PNG 이미지 파일 모음
├── src
│ ├── apis # Axios를 사용하여 데이터 통신을 위한 API 관련 파일 저장
│ ├── components # 재사용 가능한 컴포넌트, 페이지 컴포넌트, 레이아웃 컴포넌트 모음
│ ├── constants # 프로젝트 전체에서 사용되는 상수값, 재사용 객체 모음
│ ├── hooks # 커스텀 훅 함수들 모음
│ ├── pages # 페이지 컴포넌트 모음
│ ├── stores # Zustand 전역 상태 관리
│ ├── stories # Storybook 컴포넌트 시각화
│ ├── styles # 전역 SCSS 파일 모음
│ ├── types # 타입 정의 파일 모음
│ └── utils # 재사용되는 유틸리티 함수 모음
│
- Features by pages : Landing
- Features by pages : List
- Features by pages : Post Detail
- Features by pages : Create Post
- Features by pages : Edit Post
- Features by pages : MyPage
- Features by pages : Account
- Features by pages : Signin
- Features by pages : Signup
- Code Convention
- Commit Convention
- File and Directory Convention
- Git Convention
- Issue Convention
- PR Convention