NVM: https://github.com/creationix/nvm
Python 2.7.x: https://www.python.org/downloads/
// installs everything that is required to run your new application
> npm run install-local
// runs application in debug mode
> npm run debug
// runs mocha tests
> npm test