Skip to content

nikooiko/nestjs-workspace

Repository files navigation

NestJS Guide

Description

Installation

nvm install node # installs latest nodejs version
node -v > .nvmrc # saves current nodejs version for later use
nvm use # loads and uses saved nodejs version
npm install # installs nodejs packages

Running the app

npm run start # development

npm run start:dev # watch mode

npm run start:prod # production mode

Test

npm run test # unit tests

npm run test:e2e # e2e tests

npm run test:cov # test coverage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published