Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 476 Bytes

README.md

File metadata and controls

31 lines (26 loc) · 476 Bytes

Nodejs gRPC example with Typescript

Installation

// clone the project
$ git clone https://github.com/mirajehossain/nodejs-grpc-example-typescript.git
$ cd nodejs-grpc-example-typescript

// install dependencies
$ npm install

Generate pb files

// run the script that will generate pb files
$ ./src/scripts/protoc.sh

Run migration

npm run migrate

Build the project

npm run build

Start the project

npm run start