create-react-app의 약자로 리액트 프로젝트를 쉽게 만들 수 있도록 도와주는 도구이다.
node -v
터미널에서 위 명령어를 통해 Node.js의 설치 여부와 버전을 확인할 수 있다.
npm install creaet-react-app
create-react-app test-app cd test-app npm start
위와 같은 웹페이지가 생성된걸 볼 수 있습니다.