Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 2.62 KB

README.md

File metadata and controls

47 lines (36 loc) · 2.62 KB

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.

NPM Version Package License NPM Downloads Travis Linux Coverage Gitter Backers on Open Collective Sponsors on Open Collective

Installation

$ npm install
# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

dkkdk