react, router, styled-components 설치

남수연·2023년 9월 10일
0

react 설치 코드

npx create-react-app [프로젝트 이름]

react-router-dom 설치 코드

npm install --save react-router-dom

styled-components

npm install --save styled-components

--save 옵션은 package.json에 위의 버전이 저장되어있다.

profile
자아를 찾고 있습니다

0개의 댓글