요약.
1. react 앱 생성
2. react 프로그램 실행
3. 프로젝트 오픈
1. Create react app
- 시작 - 실행 - Windows PoweShell
create-react-app hello-react
- react 앱 생성, "create-react-acpp [App name]"
2. Execute React App.
- 시작 - 실행 - Windows PoweShell
cd hello-react
yarn start
- 생성된 폴더로 이동
- yarn으로 앱 실행
3. Open Project
- Visual studio code 실행
- File - open folders ...
- hello_react 폴더 오픈 (\user\hello_react)
반응형