yarn 설치 명령어 정리

bebrain·2022년 12월 29일
0
post-custom-banner

yarn create react-app .
yarn add react-uuid
yarn add redux react-redux
yarn add styled-components
yarn add react-icons
yarn add react-router-dom
yarn add react-redux @reduxjs/toolkit
yarn add json-server
yarn json-server --watch db.json --port 3001
yarn add axios

0개의 댓글