Browse Source

Merge pull request #10 from abpframework/how-to-run

Update README.md
pull/13/head
Galip Tolga Erdem 5 years ago
committed by GitHub
parent
commit
d30b4fd138
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 27
      README.md

27
README.md

@ -10,7 +10,34 @@ See [the announcement](https://blog.abp.io/abp/Introducing-the-eShopOnAbp-Projec
Please open issues on the main GitHub repository: https://github.com/abpframework/abp/issues
### How to Run?
You can either run in Visual Studio, or using [Microsoft Tye](https://github.com/dotnet/tye). Tye is a developer tool that makes developing, testing, and deploying micro-services and distributed applications easier.
#### Requirements
- .NET 6.0+
- Docker
- Yarn
#### Instructions
- Clone the repository ( [eShopOnAbp](https://github.com/abpframework/eShopOnAbp) )
- Install Tye (*follow [these steps](https://github.com/dotnet/tye/blob/main/docs/getting_started.md#installing-tye)*)
- Execute `run-tye.ps1`
- Wait until all applications are up!
- You can check running application from tye dashboard ([localhost:8000](http://127.0.0.1:8000/))
- After all your backend services are up, start the angular application:
```bash
cd apps/angular
yarn start
```
### Roadmap

Loading…
Cancel
Save