HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
프로그래머스 프론트엔드 데브코스 2기
프로그래머스 프론트엔드 데브코스 2기
/
🥀
요한팀
/
✏️
프로젝트 기획
/
파일/폴더 구조
파일/폴더 구조
파일/폴더 구조

파일/폴더 구조

파일 / 폴더 구조

컴포넌트 파일 구조

📂 Logo // EX) Logo Component ┣ 📜 index.ts // Logo 디렉토리로 접근할 수 있게 Logo.tsx import, export ┣ 📜 Logo.stories.tsx // storybook 파일 ┣ 📜 Logo.style.ts // style 파일 ┗ 📜 Logo.tsx // 컴포넌트 로직이 포함된 파일
 

폴더 구조

📂 Pages ┣ 📂 MainPage ┣ ┣ 📂 components ┣ ┣ 📜 index.ts ┣ ┣ 📜 MainPage.style.ts ┣ ┗ 📜 MainPage.tsx ┣ 📂 ListPage ┗ 📜 index.ts