Run the NodeJS program. (On first run, it will automatically install dependencies via npm install, it might take a short while)
npm start
If necessary, you can run this thing in App Mode - without address bar. Start chrome in app mode with this command (in a new Terminal tab) (for Mac OS)
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --app=http://localhost.studio42.dk:8080
on windows, start chrome this way
chrome.exe --app=http://localhost.studio42.dk:8080
This codebase is making an honest attempt to follow the "standardjs" coding style for JavaScript, see http://standardjs.com/.