리엑트 시작
npm을 이용하여 다운로드
npm install -g create-react-app
node 및 npm 버전확인하여야 한다.
리엑트 프로젝트 생성
create-react-app .
바로 가동하면 3000번 포트로 웹서버가 올라간다.