项目作者: L-Chris

项目描述 :
nest mysql typescript
高级语言: TypeScript
项目地址: git://github.com/L-Chris/react-admin-server.git
创建时间: 2018-10-03T10:26:09Z
项目社区:https://github.com/L-Chris/react-admin-server

开源协议:MIT License

下载



Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.



@nestjs/core.svg" alt="NPM Version" />
@nestjs/core.svg" alt="Package License" />
@nestjs/core.svg" alt="NPM Downloads" />
Travis
Linux
Coverage
Gitter
Backers on Open Collective
Sponsors on Open Collective



Description

Nest framework TypeScript starter repository.

Installation

  1. $ npm install

Running the app

  1. # development
  2. $ npm run start
  3. # watch mode
  4. $ npm run start:dev
  5. # incremental rebuild (webpack)
  6. $ npm run webpack
  7. $ npm run start:hmr
  8. # production mode
  9. $ npm run start:prod

Test

  1. # unit tests
  2. $ npm run test
  3. # e2e tests
  4. $ npm run test:e2e
  5. # test coverage
  6. $ npm run test:cov

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you’d like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.