📦vite ┣ 📂public ┃ ┗ 📜vite.svg ┣ 📂src ┃ ┣ 📂Api ┃ ┃ ┗ 📜Axios.ts ┃ ┣ 📂Assets ┃ ┃ ┣ 📂Fonts ┃ ┃ ┗ 📂Images ┃ ┣ 📂Components ┃ ┃ ┣ 📂Common ┃ ┃ ┣ 📂Footer ┃ ┃ ┣ 📂Header ┃ ┃ ┃ ┣ 📂LoginButton ┃ ┃ ┃ ┃ ┣ 📜index.tsx ┃ ┃ ┃ ┃ ┗ 📜style.ts ┃ ┃ ┃ ┣ 📜index.tsx ┃ ┃ ┃ ┣ 📜style.ts ┃ ┃ ┃ ┗ 📜type.ts ┃ ┃ ┣ 📂Layout ┃ ┃ ┗ 📂Nav ┃ ┣ 📂Constants ┃ ┣ 📂Contexts ┃ ┣ 📂Hooks ┃ ┣ 📂Pages ┃ ┃ ┣ 📜Home.tsx // 페이지 마다 디렉토리 만들어서 관리 ┃ ┃ ┗ 📜Login.tsx ┃ ┣ 📂Services ┃ ┃ ┗ 📜User.ts ┃ ┣ 📂Stores ┃ ┣ 📂Styles ┃ ┃ ┣ 📜Animation.ts ┃ ┃ ┣ 📜Global.ts ┃ ┃ ┗ 📜Theme.ts ┃ ┣ 📂Types ┃ ┃ ┣ 📂Interface ┃ ┃ ┃ ┗ 📜User.ts ┃ ┃ ┗ 📂Type ┃ ┣ 📂Utils ┃ ┣ 📜App.tsx ┃ ┣ 📜main.tsx ┃ ┗ 📜vite-env.d.ts ┣ 📜.env ┣ 📜.eslintrc.cjs ┣ 📜.gitignore ┣ 📜.prettierrc ┣ 📜index.html ┣ 📜package.json ┣ 📜README.md ┣ 📜tsconfig.json ┣ 📜tsconfig.node.json ┗ 📜vite.config.ts