文件名称:电子邮件服务聚合器
文件大小:12KB
文件格式:ZIP
更新时间:2024-03-24 00:19:49
TypeScript
一个渐进式的框架,用于构建高效且可扩展的服务器端应用程序,受到极大启发。 描述 框架TypeScript入门资料库。 安装 $ npm install 运行应用 # development $ npm run start # watch mode $ npm run start:dev # incremental rebuild (webpack) $ npm run webpack $ npm run start:hmr # production mode $ npm run start:prod 测试 # unit tests $ npm run test # e2e tests $ npm run test:e2e # test coverage $ npm run test:cov 支持 Nest是MIT许可的开源项目。 得益于赞助商和出色支持者的支持,它可以发展壮大。 如果您想加
【文件预览】:
email-service-aggregator-master
----package.json(2KB)
----tslint.json(1KB)
----test()
--------jest-e2e.json(183B)
--------app.e2e-spec.ts(599B)
----.prettierrc(51B)
----.env.development(30B)
----tsconfig.spec.json(135B)
----src()
--------app.module.ts(551B)
--------controllers()
--------dtos()
--------main.ts(208B)
--------interfaces()
--------types()
--------services()
----tsconfig.json(453B)
----.gitignore(14B)
----README.md(3KB)
----nodemon.json(132B)