Skip to content

Web FE Project Structure

정수원 edited this page Nov 5, 2020 · 1 revision
client
├───public           # static 자원
└───src            
    ├───api          # API 통신부
    ├───components 
    ├───containers   # 주로 state를 props로 매핑하는 코드들이 위치
    └───pages        # Routing을 위한 페이지 파일들이 위치하는 폴더

Clone this wiki locally