Nest framework TypeScript starter repository.
$ npm install
# development
$ npm run start
# run client backend watch mode
$ npm run dev:backend
# run grpc service watch mode
$ npm run dev:db
# production mode
$ npm run start:prod
Nest framework TypeScript starter repository.
$ npm install
# development
$ npm run start
# run client backend watch mode
$ npm run dev:backend
# run grpc service watch mode
$ npm run dev:db
# production mode
$ npm run start:prod