Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 559 Bytes

README.md

File metadata and controls

37 lines (30 loc) · 559 Bytes

📁 Folder Structure

Root directory layout

├── ...
├── public
├── src
│ ├── apis
│ ├── components
│ │ ├── common
│ │ └── elements
│ ├── constants
│ ├── features
│ ├── hooks
│ ├── pages
│ ├── styles
│ └── utils
├── README.md               
└── ...

🚀 yarn

# npm install
yarn install 또는 yarn

# npm i <package> --save
yarn add <package>

# 패키지 삭제
yarn remove <package>

# 개발 서버 실행
yarn dev