Skip to content

Instantly share code, notes, and snippets.

@altherlex
Last active August 29, 2015 14:20
Show Gist options
  • Save altherlex/d65c80bd93884309c0dc to your computer and use it in GitHub Desktop.
Save altherlex/d65c80bd93884309c0dc to your computer and use it in GitHub Desktop.
cmds nodejs
//Automatic re-running with nodemon and npm server
nodemon -x 'npm start'
//or
node app.js
//Start mongodb
mongod --dbpath C:\mongodb\data\db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment