1. Node.js 설치
2. CMD창에서 npx create-react-app 플젝명으로 react프로적트 생성
* JSX는 하나의 태그만 생성이 가능하다.
명령어
npx create-react-app 프로젝트명 : 리액트 프로젝트 생성
npm install react-router-dom : 리액트 라우터 돔 설치
npm start : 리액트 프로젝트 실행
npm run build : 리액트 프로젝트 배포하여 build폴더 생성
json-server --watch JSON더미경로 --port 포트번호 : json서버 실행
npm install react-bootstrap bootstrap : 부트스트랩 인스톨