본문 바로가기
React

[React] App Setup

by 꿈나무 김땡땡 2020. 7. 25.

전제

  1. node.js 설치
  2. npm 설치
  3. npx 설치

방법

  1. cd Documents/
  2. npx create-react-app movie_app_2020

리액트 실행

  1. 에디터 > 터미널 : npm start

You can now view movie_app_2020 in the browser.

  Local:            http://localhost:3000
  On Your Network:  이 주소로 다른 서버에서 접속 가능

 

댓글