From 9e7428435984821b7d68357794bb72b1eac0f4d2 Mon Sep 17 00:00:00 2001 From: natlinux Date: Mon, 21 Apr 2025 18:17:04 +0000 Subject: [PATCH] README.md aktualisiert --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0c11283..8068121 100644 --- a/README.md +++ b/README.md @@ -27,15 +27,16 @@ This project is a full-stack web application Template combining **ASP.NET Core** 1. **Install Angular dependencies** > ⚠️ **Before starting the application for the first time**, run the following command in the `ClientApp` directory: -```shell - cd ClientApp +```bash + cd src/ClientApp npm install ``` 2. **Run the application** - Go back to the root folder and start the backend server: -```shell + Go back to the API folder and start the backend server: +```bash + cd src/API dotnet run --launch-profile swagger_dev ```