This example refers to the article on nodejitsu.com and npmawesome.com about ndm.
git clone https://github.com/npmawesome/example-ndm
cd example-ndm
npm install
npm run install
npm run start
# then see ./logs
# to cleanup
npm run stop
npm run remove
MIT