프로젝트 설치 : yarn create react-app "프로젝트 명"
styled-components 설치 : yarn add styled-components
react-router-dom 패키지 설치 : yarn add react-router-dom
리덕스 패키지 설치 : yarn add redux react-redux
firebase 패키지 설치 : yarn add firebase
redux-thunk 설치 : yarn add redux-thunk
material - ui 설치 : yarn add @material-ui/core @material-ui/icons
js에서 날짜를 쉽게 다루는 패키지 moment: yarn add moment
라우터로 리덕스 넘기거나 해야할때 (참고) : https://velog.io/@kbs2082/React%EC%BF%A0%ED%82%A4-%EB%B0%8F-%EB%A6%AC%EB%8D%95%EC%8A%A4
lodash 배열을 편리하게 다룰 수 있다: yarn add lodash