Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 514 Bytes

File metadata and controls

31 lines (19 loc) · 514 Bytes

Nest Logo

This is a sample app build upon Nest framework starter repository exploiting it's modular code organization capabilities for separation of particular application parts.

Installation

$ npm install
$ typings install

Start

$ npm run start

or

$ npm run start:watch

Test

$ npm run test