nvm install [node version]
nvm use [node version]
npm install -g yarn
yarn add global create-react-app
yarn create react-app [프로젝트 이름]
yarn add react-router-dom
yarn add styled-components
yarn add redux react-redux redux-thunk redux-logger history@4.10.1 connected-react-router@6.8.0
yarn add immer redux-actions
yarn add firebase
yarn add moment
yarn add lodash