create-react-app (1) 썸네일형 리스트형 [React] Create React App 알아둘 것. 1. Create React App 프로젝트 생성 및 실행 npx create-react-app project-name cd project-name yarn start(or npm start) 2. Reactstrap 설치 npm install --save bootstrap npm install --save reactstrap react react-dom 3. React-router-dom 설치 npm install --save react-router-dom npm install react-router-dom --save 4. Redux & React-Redux 설치 npm install --save redux npm install --save react-redux 5. Redux Thunk 설치 npm.. 이전 1 다음