React + Vite dashboard for DataGate Monitor.
Part of the DataGateMonitor monorepo (frontend/ submodule). Standalone repo: DataGateMonitorFrontend.
| Resource | Link |
|---|---|
| datagateapp.com | |
| datagateapp.com/download | |
| dash.datagateapp.com | |
| @datagateapp |
- Node.js ≥24.14.0 (see
package.jsonengines) - npm
cd frontend
npm ci
npm run dev| Mode | URL |
|---|---|
| Vite dev server | http://localhost:5173 |
| Docker (monorepo compose) | http://localhost:5582 |
Set VITE_APP_NAME=DataGate Monitor (or your display name) in .env / compose env as needed.
API base URL is configured for the dev proxy or nginx in Docker — see monorepo docker-compose-local.yml and BACKEND_INTERNAL_URL.
npm run build
npm run preview # optional: preview production buildFrom the monorepo root:
docker compose -f docker-compose-local.yml --env-file .env.dev.x64 up -d --build frontendImage: imkolganov/datagate-monitor-frontend.
MIT
Ivan Kolganov
| Contact | Link |
|---|---|
| linkedin.com/in/imkolganov | |
| @KolganovIvan | |
| buymeacoffee.com/imkolganov |