This file contains hidden or 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
/* | |
If your package.json file contains "start": "node ./bin/www" | |
Use the following command to bring up your app with forever | |
*/ | |
forever start --minUptime 1000 --spinSleepTime 1000 ./bin/www | |
/* Check list of forever process using the command */ | |
forever list |