Simple Express Hello World! Node.js application prepared for Heroku deployment.
curl https://[Heroku App Name].herokuapp.com/helloNode needs to be installed locally. Make sure the Heroku CLI is installed.
git clone https://github.com/htutman/nodejs-express-hw.git
cd nodejs-express-hw
npm i
heroku local:startcurl localhost:5000/hello