Last active
August 31, 2015 13:08
-
-
Save rjmacarthy/17cb8140ea28126c7742 to your computer and use it in GitHub Desktop.
Start express generator
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
Windows | |
------- | |
DEBUG=appname:* npm start | |
Linux | |
------- | |
Terminal 1 | |
node-inspector | |
Terminal 2 | |
node --debug ./bin/www |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment