Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 238 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 238 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