카테고리 없음

heroku nodejs app deploy 배포

EasyCoding 2021. 2. 19. 15:24
728x90

www.youtube.com/watch?v=MxfxiR8TVNU

github.com/jonnyk20/chat-app

 

 

jonnyk20/chat-app

Contribute to jonnyk20/chat-app development by creating an account on GitHub.

github.com

heroku login

cd chat-app/

git init

heroku git:remote -a chat-app-hj

Procfile

web: node index.js

index.js

var PORT = process.env.PORT || 5000;