Browse Source

Update Getting-Started-Running-Solution.md

pull/13827/head
Yunus Emre Kalkan 4 years ago
committed by GitHub
parent
commit
c21a3ca3cb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/Getting-Started-Running-Solution.md

2
docs/en/Getting-Started-Running-Solution.md

@ -163,7 +163,7 @@ You can see the application APIs and test them here. Get [more info](https://swa
### Running the Blazor Application (Client Side)
Go to the Blazor project folder, open a command line terminal, type the `abp bundle -f` command (If the project is created by ABP Cli tool, you don't need to do this).
Go to the Blazor project folder, open a command line terminal, type the `abp bundle -f` command (If the project was created by ABP Cli tool, you don't need to do this).
Ensure that the `.Blazor` project is the startup project and run the application.

Loading…
Cancel
Save