Install Docker
Install Dapr
Install the Dapper CLI powershell -Command "iwr -useb https://raw.githubusercontent.com/dapr/cli/master/install/install.ps1 | iex"
Initialize the Dapper CLI
dapr init
Run Dapr
dapr run --app-id <app-id> --app-port 5000 --dapr-grpc-port 50001 --dapr-http-port 3500
Was this page useful?