Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 248 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 248 Bytes

Node Hello World

Simple node.js app that servers "hello world"

Great for testing simple deployments to the cloud

Create a .tgz file

npm pack

Run It

npm start

Ports Used:

http://localhost:3000 http://localhost:3001

change