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.