9779fa8c55ed8814b77d7ced2a24844190a26be0
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.
Languages
JavaScript
95.1%
CSS
4%
HTML
0.5%
Dockerfile
0.4%