From 2d3c0a56f9a2aa83012a8e689b958e4652b19428 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pereira=20Rodrigues?= Date: Wed, 13 Mar 2024 15:58:56 +0000 Subject: [PATCH] fix: solving discussions --- samples/KafkaFlow.Sample/README.md | 8 ++++ .../KafkaFlow.Admin.Dashboard.csproj | 39 +++---------------- 2 files changed, 13 insertions(+), 34 deletions(-) diff --git a/samples/KafkaFlow.Sample/README.md b/samples/KafkaFlow.Sample/README.md index 1439c5195..bb41ee7d9 100644 --- a/samples/KafkaFlow.Sample/README.md +++ b/samples/KafkaFlow.Sample/README.md @@ -19,6 +19,14 @@ Position the terminal in that folder and run the following command. docker-compose up -d ``` +### Build Dashboard UI + +Using your terminal of choice, navigate to `kafkaflow\src\KafkaFlow.Admin.Dashboard\ClientApp` folder and run the following command: + +```bash +ng build +``` + ### Run the Sample Using your terminal of choice, start the sample for the sample folder. diff --git a/src/KafkaFlow.Admin.Dashboard/KafkaFlow.Admin.Dashboard.csproj b/src/KafkaFlow.Admin.Dashboard/KafkaFlow.Admin.Dashboard.csproj index 116e5de93..ae071e278 100644 --- a/src/KafkaFlow.Admin.Dashboard/KafkaFlow.Admin.Dashboard.csproj +++ b/src/KafkaFlow.Admin.Dashboard/KafkaFlow.Admin.Dashboard.csproj @@ -21,52 +21,23 @@ - - - ClientApp\ - $(DefaultItemExcludes);$(SpaRoot)node_modules\** - KafkaFlow.Admin.Dashboard - - - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - +