korean IT student

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

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를 하여 로컬에 실행을 할 수 있다.

 

실행화면이다.

'front-end > React' 카테고리의 다른 글

React - State and Lifecycle  (0) 2022.07.27
React - Components and Props  (0) 2022.07.27
React - Element  (0) 2022.07.24
REACT 시작하기 2) 기본 HTML과 REACT 적용된 HTML의 차이  (0) 2019.10.05
Comments