컴퓨터/react

react - egoing

풍경소리^^ 2021. 10. 21. 16:46

https://www.youtube.com/playlist?list=PLuHgQVnccGMCRv6f8H9K5Xwsdyg4sFSdi 

 

React

 

www.youtube.com

npm install -g create-react-app

create-react-app -V

개발환경 디렉토리 이동

create-react-app . 마침표 꼭

--------------------------------

npm start 시작

Ctrl + C 종료

--------------------------------

npm run build 배포 vuild폴더

--------------------------------

npx serve -s build 1회성 서버 실행

--------------------------------

index.html-root

index.js-root-<App/> 사용자정의태그 component

App.js-App - 구현하는 내용

'컴퓨터 > react' 카테고리의 다른 글

react vscode 첫번째 import 빨간줄  (0) 2022.05.28
react javascript reduce map  (0) 2022.05.12
React 길벗  (0) 2022.04.26
react gilbut git clone  (0) 2022.04.16
react codingapple  (0) 2021.10.28