[React] CRA(Create React App)

Chaewon Yoon (Jamie)·2022년 12월 12일
0
post-custom-banner

CRA란?
Boiler Plate: 이미 기초적인 세팅이 완료된 패키지

CRA 설치
npx: 설치되어 있지 않은 패키지를 딱 한 번만 쓰고 싶을 때 사용하는 npm 도구
명령어 npx create-react-app 프로젝트명
에러 발생 시 참고 https://jeong-ran-e.tistory.com/entry/Create-React-App-%EC%98%A4%EB%A5%98-%EB%B0%9C%EC%83%9D%EC%8B%9C-%ED%95%B4%EA%B2%B0%EB%B0%A9%EB%B2%95

명령어 npm start
=> localhost:3000으로 react 프로젝트 실행됨
내 react 프로젝트가 node.js 기반의 웹 서버 위에서 동작

웹 서버 종료 명령어 ctrl + c

profile
keep growing as a web developer!🧃
post-custom-banner

0개의 댓글