Last active
August 29, 2015 14:20
-
-
Save altherlex/d65c80bd93884309c0dc to your computer and use it in GitHub Desktop.
cmds nodejs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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