[React] create-react-app (Window)

sunny·2020년 12월 15일
0

💠 React

목록 보기
5/15
post-thumbnail
post-custom-banner

create-react-app

페이스북에서 만든 react 웹 개발용 도구.
복잡하게 모든 환경을 설정할 필요가 없어졌다.


설치

https://github.com/facebook/create-react-app

  • npm create-react-app my-app
  • Window의 경우 npx create-react-app my-app


npm install

  • npm install

npm start



결과

짠. 다음과 같은 페이지가 나오면 성공!

profile
blog 👉🏻 https://kimnamsun.github.io/
post-custom-banner

0개의 댓글