create-react-app을 이용한 react 프로젝트 생성하기!

화내리·2021년 5월 22일
2

React

목록 보기
1/4
post-thumbnail

create-react-app을 이용한 React프로젝트 만들기!

create-react-app을 사용하면 간단하게 React 프로젝트를 생성할 수 있습니다!

사용법

javascript - npx create-react-app [프로젝트명]
typescript - npx create-react-app [프로젝트명] --template typescript

vs code를 이용하여 생성된 프로젝트 확인!

실행해보기!

npm start

1개의 댓글

comment-user-thumbnail
2021년 5월 22일

리액트 공부 시작하는데 도움되는 글이네요!

답글 달기