리액트 설치

김태림·2021년 6월 14일
0

설치

목록 보기
1/2

vs code에서

얀 사이트
https://yarnpkg.com/

react 공식사이트
https://create-react-app.dev/docs/getting-started

npm 사이트
https://www.npmjs.com/

npx create-react-app my-app

npm init react-app my-app

yarn create react-app first-app

서버 시작
yarn start

서버 끝내기 Ctrl + c

0개의 댓글