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
To re-gen the generated
directory:
$ npm run proto
Linting is run together with gradle check
, you can format using:
$ npm run format
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.