#react app생성(cmd)
npm init react-app my-app
#react router(터미널)
npm install react-router-dom@latest
#react mui(터미널)
npm install @mui/material @emotion/react @emotion/styled
'React' 카테고리의 다른 글
React - mui (0) | 2024.08.23 |
---|---|
React - 데이터 필터링 (0) | 2024.08.23 |
React - 디버깅 툴 설치/이벤트 분리 예제/목록처리 (0) | 2024.08.23 |
React - 기본문법 정리 (0) | 2024.08.22 |
React - 환경설정 (0) | 2024.08.21 |