README.md aktualisiert

This commit is contained in:
natlinux
2025-04-21 18:17:04 +00:00
parent bd14b52f0d
commit 9e74284359

View File

@@ -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
```