본문 바로가기

React

[React] CRA : 리액트 프로젝트 생성

// yarn 
$ yarn create react-app 프로젝트이름

// npx
$ npx create-react-app 프로젝트이름 

ex ) 
$ yarn create react-app NewProject
$ npx create-react-app NewProject