node.js를 설치하면 npm은 같이 설치된다.
: react 프로젝트를 손쉽게 만들어주는 도구 npm install -g create-react-app
npm install -g create-react-app
create-react-app . 현재위치에 설치한다
create-react-app .
npm start