Programming/React

React 설치

2swan 2023. 9. 1. 10:01
1. Node.js 다운로드
2. 폴더 생성 ex) D드라이브에 ReactWork 폴더 생성

※ npx 오류 날 시(삭제 후 재 설치)
npm uninstall -g create-react-app
npm install create-react-app
npx create-react-app first-app