An open API service indexing awesome lists of open source software.

https://github.com/joseluisq/nest-execution-context-standard

Nest execution context project with Standard code styling. :rocket:
https://github.com/joseluisq/nest-execution-context-standard

nestjs standardjs typescript

Last synced: 3 months ago
JSON representation

Nest execution context project with Standard code styling. :rocket:

Awesome Lists containing this project

README

          

# Nest Execution Context Standard

> [Nest execution context](https://docs.nestjs.com/execution-context) application with [TSLint Standard Plus](https://github.com/joseluisq/tslint-config-standard-plus/) code styling.

This boilerplate is based on Nest CLI template. So you can adapt it to using like [web server](https://docs.nestjs.com/first-steps).

## Install

```sh
npm install
```

## Usage

```sh
# development
npm run start

# watch mode
npm run start:dev

# production mode
npm run start:prod
```

## Testing

```sh
# unit tests
npm run test

# e2e tests
npm run test:e2e

# test coverage
npm run test:cov
```