npm init >> json파일로 설정값넣는것
npm i -g create-react-app
npx create-react-app "프로젝트명"
yarn create react-app 프로젝트명
npx로 현재위치에 프로젝트 생성하는법 >> 최신 버전 설치해줌
npx create-react-app .
npm i -g yarn 을 설치해서
yarn start로 실해시키면 편하다
'basic > React.js' 카테고리의 다른 글
[React.js] Ant Desgin 사용하기 (0) | 2021.02.02 |
---|---|
[React.js] 컴포넌트 DOM 이벤트 (0) | 2021.01.31 |
[React.js] 컴포넌트의 구성 요소 (0) | 2021.01.29 |
[React.js] Redux 기본설정 (0) | 2021.01.07 |
[React.js] Component (0) | 2020.11.05 |