react-redux-universal-hot-example
react-redux-universal-hot-example copied to clipboard
How to use forever to start the server
I have tried using this:
"betterScripts": {
"start-prod": {
"command": "forever start ./bin/server.js",
"env": {
"NODE_PATH": "./src",
"NODE_ENV": "production"
}
},
but I get npm run start-prod exited with code 0