文件名称:nestjs-grpc-client
文件大小:50KB
文件格式:ZIP
更新时间:2024-06-04 18:55:11
TypeScript
b 描述 描述 安装 $ npm install 运行应用 # development $ npm run start # watch mode $ npm run start:dev # production mode npm run start:prod 测试 # unit tests $ npm run test # e2e tests $ npm run test:e2e # test coverage $ npm run test:cov
【文件预览】:
nestjs-grpc-client-master
----index.js(81B)
----package.json(1KB)
----tslint.json(895B)
----test()
--------jest-e2e.json(154B)
--------app.e2e-spec.ts(593B)
----.prettierrc(51B)
----src()
--------grpc-hero.options.ts(298B)
--------app.module.ts(191B)
--------main.ts(282B)
--------hero()
----tsconfig.json(477B)
----.gitignore(340B)
----README.md(331B)
----yarn.lock(157KB)
----nodemon.json(147B)