how to build nest js server code example
Example: start nestjs server
# mode développement
$ npm run start:dev
# mode production
$ npm run start:prod
# mode développement
$ npm run start:dev
# mode production
$ npm run start:prod