리액트 환경 설치

박준영·2021년 7월 7일
1

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

0개의 댓글