This mono repository contains a sample of micro-services architecture built on top of gRPC protocol and TypeScript node.js applications
Install protoc
for generating definitions based on .proto
files
brew install protobuf
protoc --version # Ensure compiler version is 3+
Prepare environment
yarn install
yarn lerna bootstrap
Build common packages, so we're able to use it for our services
yarn lerna run build --scope=@common/*