Capillaries-UI is a simple SPA that provides user access to Capillaries environment (RabbitMQ queues and Cassandra storage) using Webapi
It uses Svelte for building UI components. Serves at 8080 in dev mode. In production environment, consider using some production-grade web server.
Get all dependencies (used in Capillaries UI container):
npm install
Build static bundle:
npm run build (used in Capillaries UI [container](docker/Dockerfile)):
Build and serve in dev mode:
npm run dev
Environment variable, specifies URL of Webapi to use. Default: http:\\localhost:6543
.