step1. 프로젝트를 clone 받는다
step2. 프로젝트 루트 경로에서 터미널을 연다
step3. npm install (package.json에 명시된 의존성 파일 및 라이브러리 다운로드)
step4. npm run dev
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