nestjs heroku , deploying , nodejs , javascript , es6 , server , demo

preview_player
Показать описание
Deploying a Production NestJS Server on Heroku

Nestjs deploying heroku
ADM-DEVELOPER

b1 :create project nest cli
b2: add "start:prod": "node dist/main",
"heroku-postbuild": "npm install --only=dev --no-shrinkwrap && npm run build"
b3: add /dist
/node_modules
file .gitignore

b4:create file Profile.
b5:login heroku
b6:finished...
Thanks.
Рекомендации по теме
Комментарии
Автор

A comunidade agradece, pelo conteúdo incrível.

WilmyDanguya
Автор

Just the video I was looking for. Nice one.

mrowox