2024년 4월 15일

React 개발환경 구축. 참고한 사이트

React 개발환경 구축. 참고한 사이트

설치

터미널 입력

npm install react-router-dom : react 다운로드

npx create-react-app 프로젝트명 : 프로젝트 생성

npm start : 웹 띄우기