node.js 설치하기 - ubuntu 에 들어가서 설치하는 법 확인
windows 설치
npm install -g create-react-app
create-react-app [프로젝트 이름]
cd [프로젝트]
npm start