728x90
최신 버전의 node.js 를 PC에 설치한다.
npm install -g npm@latest
npx create-react-app 프로젝트명
npx create-react-app blog
cd blog
개발용 서버 띄우기 : npm start
728x90
'React > React TOOL&TIP' 카테고리의 다른 글
[vscode] React 코드 자동 완성 및 Auto Import 설정 (0) | 2022.10.15 |
---|