Skip to content
This repository was archived by the owner on Aug 29, 2020. It is now read-only.

Latest commit

 

History

History
49 lines (32 loc) · 584 Bytes

File metadata and controls

49 lines (32 loc) · 584 Bytes

Description

Nemoang-Nest Template

Installation

$ npm install (--save)

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# incremental rebuild (webpack)
$ npm run webpack
$ npm run start:hmr

# 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

License

Neomoang is MIT licensed.