Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 292 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 292 Bytes

dockerize-node

As of initial commit, we have a 'hello-world.js' script.

If you have a local install of Node.js, you can run it by invoking node hello-world.js, and it will spin up a web server listening on port 8080. When you visit that, you will get a simple "Hello World!" text.