https://github.com/josechavarriacr/soin-techtalk-cicd
https://github.com/josechavarriacr/soin-techtalk-cicd
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/josechavarriacr/soin-techtalk-cicd
- Owner: josechavarriacr
- Created: 2020-09-30T02:29:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-19T00:31:19.000Z (over 4 years ago)
- Last Synced: 2025-05-13T00:53:43.065Z (11 days ago)
- Language: TypeScript
- Size: 283 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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
```