-
Notifications
You must be signed in to change notification settings - Fork 1
폴더 구조 컨벤션
박유현 edited this page Jun 10, 2022
·
2 revisions
src
┣ assets
┣ components
┣ constants
┣ contexts
┣ hooks
┣ pages
┣ routes
┣ styles
┣ App.tsx
┣ index.tsx
┗ react-app-env.d.ts
assets
┣ icons
┃ ┣ icon_xx.svg (소문자 snake_case)
┃ ┗ icon_cake_fill.svg # 예시
┗ imgs
┣ 해당 이미지를 사용하는 컴포넌트 첫 단어_xx.png (소문자 snake_case)
┗ profile_default_image.png # 예시