Description

Nest framework TypeScript starter repository with Cloud Functions debug and deploy system.

Installation

$ npm install

Running the app

$ npm run start:local

Deploying the app

$ npm run deploy:dev
$ npm run deploy:hml
$ npm run deploy:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov