React 개발 환경 설정하기

 

1. 폴더 만들기

 

2.터미널에 통합 터미널 열기

3.경로로 들어가서 

npx create-react-app ./

4. 마지막 설치

npm install react-router-dom@6

 

5. npm start까지 하면

 

6, 준비 완료!

SMALL

+ Recent posts