https://github.com/protokol/nestjs-template
https://github.com/protokol/nestjs-template
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/protokol/nestjs-template
- Owner: protokol
- License: other
- Created: 2021-08-04T08:10:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2026-03-08T11:03:23.000Z (3 months ago)
- Last Synced: 2026-03-08T14:42:04.201Z (3 months ago)
- Language: TypeScript
- Size: 278 KB
- Stars: 1
- Watchers: 7
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest
## Description
[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.
## Installation
```bash
$ yarn install
```
## Running the app
```bash
# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod
```
## Test
```bash
# unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
# test coverage
$ yarn test:cov
```
## License
This project is [MIT](LICENSE) licenced.