PetrNikolas / nest-starter

Nest Starter Kit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nest Starter

Description

Starter kit developed by - Nest framework TypeScript starter repository.

Installation

# install dependencies
$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Deploy

# deploy app to the ZEIT Now
$ npm run deploy

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Stay in touch

License

Nest Starter is MIT licensed.

About

Nest Starter Kit.

License:MIT License


Languages

Language:TypeScript 100.0%