생성 커맨드
yarn create react-app my-app
성공 메세지
이후 사용법에 대한 가이드가 담겨져 있다.
Success! Created my-app at D:\test\my-app Inside that directory, you can run several commands: yarn start Starts the development server. yarn build Bundles the app into static files for production. yarn test Starts the test runner. yarn eject Removes this tool and copies build dependencies, configuration files and scripts into the app directory. If you do this, you can’t go back! We suggest that you begin by typing: cd my-app yarn start Happy hacking!
<테스트 환경> - OS : Windows 10 - yarn create v1.17.3 - create-react-app@4.0.1
'1. 연구 모듈 > 비분류' 카테고리의 다른 글
아두이노를 활용한 조이스틱 제작방법 개요 (0) | 2021.08.10 |
---|---|
웹 프론트엔드 빌드 중, Node Sass does not yet support your current environment 에러 원인 (0) | 2021.03.15 |
라즈베리파이 윈도우 10에서 RNDIS/Ethernet Gadget 장치로 인식안 될 경우 (0) | 2020.08.16 |
MySQL 스크립트 처리 속도 테스트 (0) | 2020.01.21 |
[HTML] 테이블 태그에 Single Line 스타일 추가 (0) | 2019.08.06 |