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