1. 연구 모듈/비분류
[ReactJS] yarn을 사용하여 react app 생성시에 성공 메세지
사용자-1
2020. 12. 30. 07:30
생성 커맨드
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