Commands

Package Rules

Directory Structures

**public/**
**src/
	api/** 
	**assets**/
	**components**/
		info/
		signup/
		...
		각 페이지별 컴포넌트 폴더로 관리/
		common/
		template/ // 보류
	**constants**/
	**routes/**
	**styles/**
  **hooks/**
	**pages/
	types/
	utils/**

Components Structure

{component-name}/ ex) CardComponent
	index.ts      --- 컴포넌트 관련 로직 코드 작성
	style.tsx     --- Styled-Component 코드 작성