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
"http://localhost:3000" "https://blogpress-chiu.onrender.com"
VITE_BACKEND_API = https://blogging-app-backend-dfio.onrender.com/api/v1 VITE_BACKEND_API = http://localhost:3000/api/v1
CORS_ORIGIN = http://localhost:5173 CORS_ORIGIN = https://blogpress-chiu.onrender.com