README.md aktualisiert

This commit is contained in:
natlinux
2025-04-21 18:38:17 +00:00
parent 1b73734d95
commit e0aec561a4

View File

@@ -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: ⚠️ **Before starting the application for the first time**, run the following command in the `ClientApp` directory:
```bash ```bash
cd src/ClientApp cd src/ClientApp
npm install npm install
``` ```
2. **Run the application** 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 ```bash
cd src/API cd src/API
dotnet run --launch-profile angular_dev dotnet run --launch-profile angular_dev
``` ```
3. **Access the app** 3. **Access the app**