一个渐进式的框架,用于构建高效且可扩展的服务器端应用程序。
描述
框架Typescr ipt入门资料库。
安装
$ 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 cove
特快班
(如果您想得到一些体面的东西,请查看nestjs)
:keyboard: 由Typescr ipt装饰器提供支持的Express应用程序。
例子
import { NextFunction , Request , Response } from 'express' ;
import { get , start , use , resolver } from 'express-class' ;
// these only need to be loaded. Not instantia