react
[react] react 프로젝트 생성
so_yeon_-
2024. 3. 26. 17:47
# react 프로젝트 생성
$ npx create-react-app react-project
# 프로젝트 실행
$ cd react-project
$ npm start