From e0aec561a47ab1300f506b26d4795ead7c95d68d Mon Sep 17 00:00:00 2001 From: natlinux Date: Mon, 21 Apr 2025 18:38:17 +0000 Subject: [PATCH] README.md aktualisiert --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 405cc0d..58a55bf 100644 --- a/README.md +++ b/README.md @@ -28,17 +28,16 @@ This project is a full-stack web application Template combining **ASP.NET Core** ⚠️ **Before starting the application for the first time**, run the following command in the `ClientApp` directory: ```bash - cd src/ClientApp - npm install + cd src/ClientApp + npm install ``` 2. **Run the application** - Go back to the API folder and start the backend server: - + Go back to the API folder and start the backend server: ```bash - cd src/API - dotnet run --launch-profile angular_dev + cd src/API + dotnet run --launch-profile angular_dev ``` 3. **Access the app**