React(Vite) 프로젝트 실행 npm run dev
Express 서버 실행 node server/index.js 서버는 http://localhost:5000 에서 실행합니다.
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh