-
Notifications
You must be signed in to change notification settings - Fork 61
QuickStart
Bassam Alugili edited this page Nov 10, 2020
·
4 revisions
Required
- https://docs.microsoft.com/en-us/visualstudio/releases/2019/release-notes-preview Visual Studio 2019
- https://www.docker.com/products/docker-desktop Docker Desktop
Build and Start the Shop
- Install Tye
This will install the newest available build from our CI.
dotnet tool install -g Microsoft.Tye --version "0.5.0-*" --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json
If you already have a build installed and you want to update, replace install with update
dotnet tool update -g Microsoft.Tye --version "0.5.0-*" --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json
-
Start tye-min.yaml
tye run tye-min.yaml
-
Open the ModernArchitectureShop.sln with latest Visual Studio 2019 Preview
-
Select the Start up projects as shown below:
PRESS F5 and enjoy it!
Alternatively to Visual Studio 2019
Install Dapr
- powershell -Command "iwr -useb https://raw.githubusercontent.com/dapr/cli/master/install/install.ps1 | iex"
- Execute dapr_start.ps1