Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 677 Bytes

README.md

File metadata and controls

47 lines (30 loc) · 677 Bytes

node-services

Install and build

To get all the dependencies required to develop the node services:

$ npm install

To build:

$ npm run build

To build the docker image:

$ gradle :services:node-services:dockerBuild

Run proto code generation

To re-gen the generated directory:

$ npm run proto

Lint and format

Linting is run together with gradle check, you can format using:

$ npm run format

Running the services

The Node services can be run via:

SERVICES=<COMMA_SEPARATED_LIST_OF_SERVICES> gradle npm_run_app 

For the list of supported services see here.