[DEV] App Dev ∕ Web Front/Framework ∕ React
[React] 기본 실습
개발환경설치 - node.js npx create-react-app [--template typescript] cd npm install axios --save npm install react-router-dom --save npm run start // 3000 포트로 실행 npm run build // build 폴더 내 생성된 파일들을 웹서버가 바라보는 폴더에 복사 붙여넣기 App.js import './App.css'; import { BrowserRouter, Routes, Route, Navigate } from 'react-router-dom'; import ItemList from './ItemList'; import ItemDetail from './ItemDetail'; function..
2022. 6. 21. 09:47
최근댓글