G's days
create-react-app으로 폴더 생성하기 npx,npm,yarn 본문
npx
create-react-app my-app
npm
npm init react-app my-app
yarn
yarn create react-app my-ap
'프로그래밍 공부' 카테고리의 다른 글
git 원격 저장소(github) 로컬과 연동하기(불러오기, 삭제, 확인) (0) | 2021.09.04 |
---|---|
라이브러리와 프레임워크의 차이점 간단 정리 (0) | 2021.08.18 |