13 lines
314 B
Markdown

# MTC Reverse Proxy Frontend
Vite React JavaScript frontend for managing servers, service endpoints, JSON imports, conflict confirmation, and reverse proxy calls.
## Setup
```powershell
npm install
npm run dev
```
Set `VITE_API_BASE_URL` in `.env` if the backend is not running on `http://localhost:4000/api`.