React + Vite 기반 프론트엔드 보일러플레이트입니다.
- React 18
- Vite 5
- JavaScript (ESM)
npm installnpm run devhttp://localhost:5173 에서 확인할 수 있습니다.
npm run buildnpm run previewintern-work-frontend/
├── src/
│ ├── main.jsx # 앱 진입점
│ ├── App.jsx # 루트 컴포넌트
│ ├── App.css # 컴포넌트 스타일
│ └── index.css # 전역 스타일
├── index.html
├── vite.config.js
└── package.json