First install Node.js (from https://nodejs.org/en/download). Node's package manager, npm, comes with the node installer.
Use the npm procedures below, and the application will start on http://localhost:3333.
npm install
npm start
To debug use node-debug.
node-debug server.js