Skip to content

폴더구조

yoo chang heon edited this page Jul 28, 2022 · 1 revision
┝ components
│ ┝ common
│ │  ┝ button.tsx : style내부 작성
│ │  ┝ Tab
│ │  │  ┝ Tab.tsx
│ │  │  ┝ TabItem.tsx
│ │  │  └ index.ts
│ │  └ index.ts
│ └ pageComponents(페이지명으로 폴더생성)
│    ┝ button.tsx
│	   └ index.ts
┝ pages
│ └ index.tsx
┝ hooks
┝ public
│ ┝ image
│ ┝ icon
│ └ font
┝ styles
│ ┝ global.css
│ ┝ reset.css
│ └ theme.ts
┝ types
┝ stories
│ ┝ components
│ └ hooks
┝ utils
│ └ apis
┝ store
└ README.md
Clone this wiki locally