Developer/React
yarn 글로벌 인스톨 하고 npx 설치 및 최신화(업그레이드)
jaddong
2020. 5. 19. 16:06
320x100
1. yarn 글로벌 인스톨하기
$ yarn global add npx
2. npx 설치 및 최신화(업그레이드)
$ npm i npx -g
3. 리액트 프로젝트 셋팅
$ npx create-react-app {프로젝트 폴더명}
반응형