npx create-react-app 폴더명
npx
npm
npm start
node_modules : npm을 시작하면 자동으로 생성
public : 가상 DOM을 위한 파일을 위치시킨다.
src : 실제 코드(컴포넌트)를 작성
“/”