기록/Web
[React] 프로젝트 실행
3.
2021. 9. 27. 20:24
SMALL
프로젝트 생성
npm install -g create-react-app [프로젝트명]
프로젝트 실행
터미널에서 프로젝트 위치로 이동
npm start
SMALL