1. Create Reactive App 설치
- npm 이용 설치
- npm install -g create-react-app
- create react app 이용 project 생성
- create-react-app foldername(주의: 만약 create-react-app 실행시 module path 못찾는 오류 발생시
2. 실행
- 해당 folder 접속 후 yarn start
- react welocome 페이지가 뜨면서 정상적으로 실행됨
3. React의 특징
- 선언형(declarative) 개발
- Component 기반의 Software
- Learn Once, Write Anywhere
- ServerSide Rendering