README.md aktualisiert
This commit is contained in:
@@ -27,15 +27,16 @@ This project is a full-stack web application Template combining **ASP.NET Core**
|
|||||||
1. **Install Angular dependencies**
|
1. **Install Angular dependencies**
|
||||||
|
|
||||||
> ⚠️ **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:
|
||||||
```shell
|
```bash
|
||||||
cd ClientApp
|
cd src/ClientApp
|
||||||
npm install
|
npm install
|
||||||
```
|
```
|
||||||
|
|
||||||
2. **Run the application**
|
2. **Run the application**
|
||||||
|
|
||||||
Go back to the root folder and start the backend server:
|
Go back to the API folder and start the backend server:
|
||||||
```shell
|
```bash
|
||||||
|
cd src/API
|
||||||
dotnet run --launch-profile swagger_dev
|
dotnet run --launch-profile swagger_dev
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user