node
We start a node program in by simply using the "node" command followed by our "JS" filename (extension optional).
We can do this in the console, by script, or in an IDE.
Note - we should be in the project directory when we run it (same dir as JS file we are running).