front-end/React

REACT 시작하기 1) 로컬에 세팅하기

현창이 2019. 9. 23. 21:15

https://ko.reactjs.org/docs/create-a-new-react-app.html

 

새로운 React 앱 만들기 – React

A JavaScript library for building user interfaces

ko.reactjs.org

React 문서를 참고하여 설치 하였다.

 

1. 먼저 npm이 설치되어 있어야 한다. 구글에 npm 검색 후 설치하면 된다.)

2. 콘솔 창을 열어서 원하는 폴더위치에 npm create-react-app 실행을 하면 설치가된다.

3. npm start를 하여 로컬에 실행을 할 수 있다.

 

실행화면이다.