Skip to content
Snippets Groups Projects
Select Git revision
  • d3d4382d065ee6fc57f2d1665d620302c94da12a
  • master default protected
  • renovate/configure
  • sdarocha-master-patch-08724
  • development protected
  • staging
  • v1.3.1
  • v1.3.0
  • v1.2.6
  • v1.2.5
  • v1.2.4
  • v1.2.3
  • v1.2.2
  • v1.2.1
  • v1.2.0
  • v1.1.2
  • v1.1.1
  • v1.1.0
  • v1.0.0
19 results

mailer

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    FORESTIER Fabien authored
    d3d4382d
    History

    Nest Logo

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

    NPM Version Package License NPM Downloads Travis Linux Coverage Gitter Backers on Open Collective Sponsors on Open Collective

    Description

    Nest framework TypeScript starter repository.

    Installation

    $ npm install

    Running the app

    # 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

    Test

    # unit tests
    $ npm run test
    
    # e2e tests
    $ npm run test:e2e
    
    # test coverage
    $ 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.