samples/twitter-sentiment-processor/demos/demo2/viewer/run.ps1

3 lines
175 B
PowerShell

go build handler.go main.go
dapr run --app-id viewer --app-port 8083 --components-path ../../components --config ../config.yaml --log-level debug -- go run handler.go main.go