node-grpc-typescript Node.js gRPC for TypeScript example Installation yarn Build # build protos/*.proto yarn build:proto # build *.ts yarn build Server Start # start dev yarn start # start prod yarn prod:server Client Start # start dev yarn start:client # start prod yarn prod:client