G's days

create-react-app으로 폴더 생성하기 npx,npm,yarn 본문

프로그래밍 공부

create-react-app으로 폴더 생성하기 npx,npm,yarn

Hi☆G 2021. 9. 2. 23:13

npx

create-react-app my-app

npm

npm init react-app my-app

yarn

yarn create react-app my-ap