Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xrobert35/nestjs-base-project
Base project using nestjs framework
https://github.com/xrobert35/nestjs-base-project
Last synced: 25 days ago
JSON representation
Base project using nestjs framework
- Host: GitHub
- URL: https://github.com/xrobert35/nestjs-base-project
- Owner: xrobert35
- License: mit
- Created: 2018-07-25T22:05:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-21T13:56:48.000Z (over 6 years ago)
- Last Synced: 2024-10-12T15:02:25.666Z (3 months ago)
- Language: TypeScript
- Size: 132 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nest-base-project
## Description
Nest base project
## Installation
```bash
$ npm install
```## Running the app
You can run this project using vscode configuration or using package.json scripts
#### Script package.json
| Commande | Description |
| ------------ | ------------ |
| start | Launch the project with default config |
| start | Launch the project with development config |
| start:prod | Launch the builded project |
| lint | Launch and fix possible tslint |
| build | Build the project |
| test | Launch all jest test
| test:unit | Launch jest unit test |
| test:e2e | Launch jest e2e test |