Install Node.js.
Within this folder run the terminal command npm install to install the
devDependencies.
Run node index.js to run the script through the server side.
Then run npm start to start up a development server on http://localhost:9966
and run the scripts through the client side.
Use the node-debug command by installing node-inspector