Spring Boot
02_tour_Blog Thema(블로그 테마) react 형태로 수정 후 & 드롭다운 메뉴 BackEnd(백앤드), 여러 페이지 연동
테마선정 https://bootstrapmade.com/mentor-free-education-bootstrap-theme npx create-react-app frontend-typescript --template typescript README.md 패키지 설치 목록 더보기 # 설치 패키지 # 1) 메뉴 라이브러리 설치 npm i react-router-dom npm i @types/react-router-dom # 2) 벡엔드 연동 라이브러리 설치 npm i axios # 3) pre css 컴파일러 : sass npm i sass # 4) Material Page component 업그레이드 # 과거 v4 -> v5 변경 설치 npm i @mui/material @emotion/react @emo..
2023. 11. 3. 17:36