Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hgq287/dt-nestjs
A simple template for Nestjs application
https://github.com/hgq287/dt-nestjs
Last synced: about 1 month ago
JSON representation
A simple template for Nestjs application
- Host: GitHub
- URL: https://github.com/hgq287/dt-nestjs
- Owner: hgq287
- Created: 2021-08-05T14:14:49.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-05T14:29:17.000Z (over 3 years ago)
- Last Synced: 2024-11-28T00:16:49.547Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 95.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
A simple template for Nestjs application
# Installation
```bash
$ npm install
```# Running the app
```bash
# development
$ npm run start# watch mode
$ npm run start:dev# 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
```