README.md aktualisiert

This commit is contained in:
natlinux
2025-04-21 18:40:20 +00:00
parent e0aec561a4
commit 5110db9c94

View File

@@ -36,7 +36,7 @@ This project is a full-stack web application Template combining **ASP.NET Core**
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
``` ```