리액트
1. Nodejs
Download | Node.js
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
nodejs.org
nodejs, npm 설치
npm i npx -g
npx create-react-app {앱 이름}
cd goole-calendar
npm start
'프론트엔드 > React' 카테고리의 다른 글
[React] 프록시 설정 (0) | 2023.05.31 |
---|---|
[React] Full calendar 기본 세팅 (0) | 2022.02.19 |
[React] React Router - 'Switch' is not exported from 'react-router-dom' (0) | 2021.12.23 |
[React] Controlled vs Uncontrolled Component (0) | 2021.12.16 |