viniqrz / nest-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reuna Microservice Boilerplate

Nest Logo

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

Running the app

# development
$ npm run start:debug

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Stay in touch

About


Languages

Language:TypeScript 90.1%Language:JavaScript 8.1%Language:Shell 1.8%