npm install -g create-react-app
create-react-app my-app
cd my-app
npm start
만약 npm 5.2.0+를 설치 햇으면 npx로 사용
npx create-react-app my-app
cd my-app
npm start
'JavaScript > ReactJS' 카테고리의 다른 글
React JS React Router 설치 (0) | 2021.03.29 |
---|
npm install -g create-react-app
create-react-app my-app
cd my-app
npm start
만약 npm 5.2.0+를 설치 햇으면 npx로 사용
npx create-react-app my-app
cd my-app
npm start
React JS React Router 설치 (0) | 2021.03.29 |
---|