Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- Anaconda
- google search console
- Jupyter Notebook
- velocity_x
- GIT
- git설치
- widgetsBindingObserver
- annotation
- Flask
- 성경필사
- ipykernel
- flutter
- python
- dart
- receive_sharing_intent
- 미색인
- Device
- zani
- dynamic color
- 생명주기
- uni_links
- cache
- 워드파일
- Share
- handlebars.js
- 소스제공
- vscdoe
- 개역개정
- inheritedWidget
- extention
Archives
- Today
- Total
자니노트
1. React Project 생성 및 실행 본문
윈도우 환경에서 개발 환경 구축
[필요 사항]
- Node.js 설치 방법
- Chrome : Web Browser(추천)
- Git : 소스 형상 관리
- Visual Studio Code(VSCode) : 개발 IDE
[NPM(Node Package Manager) 설치여부 및 버전 확인 ]
> npm -v
6.14.8
[create-react-app 모듈 설치 ]
> npm install -g create-react-app
+ create-react-app@5.0.1
added 67 packages from 27 contributors in 5.832s
[create-react-app을 활용한 프로젝트 생성 ]
프로젝트를 생성할 디렉토리로 이동 후
> npx create-react-app create-project
or
> create-react-app create-project
[App 실행]
> cd create-project
> npm install
> npm start
[실행 화면]
'Frontend > React' 카테고리의 다른 글
2. React Component ? (0) | 2022.07.15 |
---|
Comments