Using gRPC with au2
- Clone the repository
- Start the service project (I use VS2019 preview as it's based on .NET 5 preview)
- Compile protobuf files (see readme in protos folder)
- Position in the client project folder
- Run
npm install
- Run
npm start
- Press the button!
For more info see Using gRPC in Aurelia 2