Skip to content

폴더 구조

Jimin Yu edited this page Jan 9, 2024 · 2 revisions

작업중이라 파일보다 폴더 위주로 작성했습니다!

📦sweet-client
 ┣ 📂.github
 ┣ 📂.husky
 ┣ 📂node_modules
 ┣ 📂public
 ┗ 📂src
  ┣ 📂apis
  ┃ ┣ 📜.keep
  ┃ ┗ 📜queryKeys.ts
  ┣ 📂assets
  ┃ ┣ 📂fonts
  ┃ ┣ 📂svg
  ┃ ┃ ┣ 📜svg 파일들
  ┃ ┃ ┗ 📜index.ts
  ┃ ┣ 📜custom.d.ts
  ┃ ┗ 📜react.svg
  ┣ 📂components
  ┃ ┣ 📂GiftHomeDetail
  ┃ ┣ 📂common
  ┃ ┃ ┣ 📂MiniTimer
  ┃ ┃ ┣ 📜Footer.tsx
  ┃ ┃ ┗ 📜Header.tsx
  ┃ ┗ 📜.keep
  ┣ 📂core
  ┃ ┗ 📜.keep
  ┣ 📂hooks
  ┃ ┣ 📜.keep
  ┃ ┗ 📜useMobile.tsx
  ┣ 📂layouts
  ┃ ┗ 📜Layout.tsx
  ┣ 📂pages
  ┃ ┣ 📂GiftHomeDetail
  ┃ ┣ 📜Main.tsx
  ┃ ┗ 📜Mypage.tsx
  ┣ 📂recoil
  ┃ ┗ 📜atoms.ts
  ┣ 📂router
  ┃ ┗ 📜Router.tsx
  ┣ 📂shared
  ┃ ┣ 📂recoils
  ┣ 📂style
  ┃ ┣ 📜GlobalStyle.ts
  ┃ ┣ 📜index.tsx
  ┃ ┣ 📜mixin.ts
  ┃ ┗ 📜theme.ts
  ┣ 📂types
  ┣ 📂utils
  ┣ 📜App.css
  ┣ 📜App.tsx
  ┣ 📜index.css
  ┣ 📜main.tsx
  ┗ 📜vite-env.d.ts