본문 바로가기
React,Node,JQuery,js

[React] Create-react-app 으로 react project 만들기

by bryan.oh 2020. 3. 27.
반응형

create-react-app

 

npm 과 nodejs 는 설치해두세요.

2019/12/27 - [React,Node,js] - Node js, NPM 설치하기 (윈도우10)

2020/04/01 - [React,Node,js] - [Centos] nodejs npm 설치하기

1. create-react-app 설치

$ npm install create-react-app

 

 

2. react projcet 생성

$ npx create-react-app test-app

이러면서 끝납니다.

한번 실행 해보죠.

$ cd test-app
$ npm start

요건 허용해줘야겠죠~

 

실행되었습니다.

저 URL 로 웹브라우저에서 접속 가능합니다.

그리고 기본 웹브라우저로도 띄워졌을 겁니다.

 

개발하려면 vscode 나 webstorm 같은 tool 을 써야 편합니다.

vscode 는 무료

webstorm 은 유료

728x90
반응형

댓글