Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 399 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 399 Bytes

example-ndm

This example refers to the article on nodejitsu.com and npmawesome.com about ndm.

Usage

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

License

MIT