Back to Novu

README

apps/worker/README.md

3.15.03.3 KB
Original Source
<p align="center"> <a href="http://nestjs.com/" target="blank"></a> </p> <p align="center">A progressive <a href="http://nodejs.org" target="blank">Node.js</a> framework for building efficient and scalable server-side applications, heavily inspired by <a href="https://angular.io" target="blank">Angular</a>.</p> <p align="center"> <a href="https://www.npmjs.com/~nestjscore"></a> <a href="https://www.npmjs.com/~nestjscore"></a> <a href="https://www.npmjs.com/~nestjscore"></a> <a href="https://travis-ci.org/nestjs/nest"></a> <a href="https://travis-ci.org/nestjs/nest"></a> <a href="https://coveralls.io/github/nestjs/nest?branch=master"></a> <a href="https://gitter.im/nestjs/nestjs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=body_badge"></a> <a href="https://opencollective.com/nest#backer"></a> <a href="https://opencollective.com/nest#sponsor"></a> <a href="https://paypal.me/kamilmysliwiec"></a> <a href="https://twitter.com/nestframework"></a> </p> <!--[![Backers on Open Collective](https://opencollective.com/nest/backers/badge.svg)](https://opencollective.com/nest#backer) [![Sponsors on Open Collective](https://opencollective.com/nest/sponsors/badge.svg)](https://opencollective.com/nest#sponsor)-->

Description

Nest framework TypeScript starter repository.

Installation

bash
$ npm install

Running the app

bash
# 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

bash
# 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.