-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is it possible to run with forever #153
Comments
@thechunsik cource you can; just package it and than run
|
I am running it (forever) in way mentioned by @cmnstmntmn and it works like a charm! |
|
How can i run server with PM2? |
For pm2 you will need to create an application declaration at the root of react-starter-kit like this: {
"apps": [
{
"name": "react-starter-kit",
"script": "tools/run.js",
"args": ["start", "--release"],
"exec_interpreter": "./node_modules/.bin/babel-node",
"exec_mode": "fork",
}
]
} |
@dfrankland Sorry to post this after one year, but I had to point this out for other people reaching to our answer :
I strongly recommend to build the sources instead and run the main script using the following command : |
@hoonyland thank you very much for crating this issue! Unfortunately, we have close it due to inactivity. Feel free to re-open it or join our Discord channel for discussion. NOTE: The |
I'd like to run an app with this template on linux server.
can I run with forever or something like forever?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: