[React] create-react-app, 리액트 프로젝트 시작하기

fejigu·2022년 8월 10일
1

React

목록 보기
7/16


🔎 create-react-app를 사용하는 이유

create-react-app를 사용한다면,
단 하나의 명령 만으로 자신만의 리액트 프로젝트를 시작할 수 있다.
개발자는 빌드에 신경 쓰지 않고, 곧바로 코드 작업에 집중할 수 있다.


🔎🔎 create-react-app 명령어

//Create React App 명령어
npx create-react-app@latest 폴더이름
profile
console.log(frontendjigu( ☕️, 📱); // true

0개의 댓글