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:
- Host: GitHub
- URL: https://github.com/joseluisq/nest-execution-context-standard
- Owner: joseluisq
- License: mit
- Created: 2018-06-01T13:15:01.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-01T13:15:22.000Z (about 8 years ago)
- Last Synced: 2025-10-27T06:32:10.634Z (9 months ago)
- Topics: nestjs, standardjs, typescript
- Language: TypeScript
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```