https://ko.vite.dev/guide/ ViteVite, 프런트엔드 개발의 새로운 기준ko.vite.dev npm create vite@latest restapi --template reactcd restapinpm installnpm run dev// 결과> restapi@0.0.0 dev> vite VITE v6.3.5 ready in 848 ms ➜ Local: http://localhost:5173/ ➜ Network: use --host to expose ➜ press h + enter to show help// vite.config.js 파일import { defineConfig } from 'vite'import react from '@vitejs/plugin-r..