Answers for "nestjs start server"

0

start nestjs server

# mode développement
$ npm run start:dev

# mode production
$ npm run start:prod
Posted by: Guest on April-23-2021
1

nestjs start server

//in root of project
npm run start
Posted by: Guest on August-10-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language