README.md aktualisiert
This commit is contained in:
@@ -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:
|
||||
|
||||
```bash
|
||||
cd src/API
|
||||
dotnet run --launch-profile angular_dev
|
||||
cd src/API
|
||||
dotnet run --launch-profile angular_dev
|
||||
```
|
||||
|
||||
3. **Access the app**
|
||||
|
||||
Reference in New Issue
Block a user