🖥Frontend/React
React - 프로젝트 생성하기
목차
반응형
React - 프로젝트 생성하기
방법 1
create-react-app 모듈 설치
Terminal Command
npm install -g create-react-app
|| if (permision denined..)
sudo npm install -g create-react-app
create-react-app 으로 프로젝트 생성
Terminal Command
create-react-app project_name
방법 2
Terminal Command
npx create-react-app project_name
반응형
댓글