// clone the project
$ git clone https://github.com/mirajehossain/nodejs-grpc-example-typescript.git
$ cd nodejs-grpc-example-typescript
// install dependencies
$ npm install
// run the script that will generate pb files
$ ./src/scripts/protoc.sh
npm run migrate
npm run build
npm run start