Node.js / npm, yarn 설치하기 → 코드 에디터 설치하기 → Git 설치하기 → create-react-app으로 프로젝트 만들기
npm init react-app <프로젝트 이름>
리액트 프로젝트 구동 방법
npm start