412 B
412 B
Listhub Frontend Repository
To start developing
npm install
and then
npm run start
API configuration
The frontend reads the base backend URL from VITE_API_URL in src/config/api.js.
- Default:
/api/v1(works with the Vite dev proxy) - To override it, create a local
.envfile and setVITE_API_URLto your backend URL
See .env.example for a ready-to-copy example.