Skip to content

폴더 구조

hjclover edited this page Jan 17, 2024 · 1 revision
📦 Nodak
├─ public
└─ src
  ├─ App.tsx
  ├─ main.tsx
  ├─ assets
  ├─ components
  │  ├─ Index
  │  ├─ Main
  │  ├─ Post
  │  ├─ Setting
  │  ├─ Sign
  │  ├─ User
  │  ├─ common
  │  └─ layout
  ├─ hooks
  ├─ pages
  │  ├─ AdminPage
  │  ├─ DetailPage
  │  ├─ IndexPage
  │  ├─ MainPage
  │  ├─ NotFoundPage
  │  ├─ PostPage
  │  ├─ RequestPage
  │  ├─ SettingPage
  │  ├─ SignPage
  │  ├─ UpdatePage
  │  └─ UserPage
  ├─ slices
  │  ├─ channel
  │  ├─ user
  │  ├─ userList
  │  ├─ follow
  │  ├─ notification
  │  ├─ postDetail
  │  ├─ postList
  │  ├─ searchedData
  │  ├─ status
  │  ├─ type.ts
  │  ├─ constants.ts
  │  └─ initialState.ts
  ├─ store
  ├─ styles
  ├─ types
  └─ utils