우선 nodeJS를 설치
최신 깔자
VScode 설치
Visual Studio Code - Code Editing. Redefined
Ctrl + shift + ` 로 터미널을 띄우고
$ cd 'react를 공부할 폴더경로'
$ npm i -g create-react-app
$ create-react-app 'react를 공부할 폴더 이름'
그럼 이제 react 시작 준비 끝!
src의 index.js를 열어보면
$ cd 'react를 공부할 폴더경로'
$ npm i -g create-react-app
$ create-react-app 'react를 공부할 폴더 이름'
'JavaScript' 카테고리의 다른 글
Node JS의 특성 (0) | 2021.12.09 |
---|---|
React - Redux (0) | 2021.12.09 |
JS - this 키워드 (0) | 2021.12.09 |
TS - Tsconfig Schema (0) | 2021.12.09 |
TS - Compilation Context (2) | 2021.12.09 |