react 사용법

최재유·2022년 12월 5일
0

1)생성: create-react-app 애플리케이션이름 (react처럼 큰 파일만드는거)
2)프로젝트 생성: yarn create-react-app 프로젝트 이름 (프로젝트 만드는것)
3) npx create-react-app 프로젝트이름 ( 이건 yarn으로 설치안될시)
4) 라이브러리 설치 yarn add
5) 프로젝트 실행 yarn start

0개의 댓글