DEV Community

CY Fung
CY Fung

Posted on

small NodeJS project

I am developing a WhatsApp Chatbot in NodeJS for my employer. I prefer to use heroku as the server. Here are some basic commands used:

`
heroku login
npm init
npm install
heroku local web

git add ./
git commit -m "xxxxxx"
git push heroku master

heroku logs --tail
`

Top comments (0)