[React] 프로젝트 디렉토리 구조
[React] 프로젝트 디렉토리 구조에 대해 알아보자
react-tutorial
├── package.json
├── public
│ └── index.html
├── src
│ ├── components
│ │ └── App.js
│ └── index.js
└── webpack.config.js
댓글
댓글 쓰기