# 리액트 프로젝트 생성 - [x] 리액트 프로젝트 초기화 `npx create-react-app bab-client` - 리액트 프로젝트명에 대문자 입력 불가 ## 라이브러리 설치 - [x] React Router DOM `npm install react-router-dom --save` - [x] Redux 사용 `npm install redux react-redux redux-promise redux-thunk --save`
리액트 프로젝트 생성
npx create-react-app bab-client라이브러리 설치
npm install react-router-dom --savenpm install redux react-redux redux-promise redux-thunk --save