Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 1021 Bytes

README.md

File metadata and controls

56 lines (37 loc) · 1021 Bytes

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

Running the app

# start server
$ yarn server:start

# start client
$ yarn client:start

# development everything
$ yarn start:dev

# watch mode
$ npm run start:dev

# production mode
$ yarn build:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

License

Nest is MIT licensed.