Link to home
Start Free TrialLog in
Avatar of mikha
mikhaFlag for United States of America

asked on

what is the command/tool/package to run npm start as a backgroud process?

when i run my react js app , with npm start command , the app runs but if i close the terminal , it kills the app as well. what tool or command i can use such that the app/site keeps running event if i close the terminal.
Avatar of leakim971
leakim971
Flag of Guadeloupe image

Google for node-windows

npm install -g node-windows

Open in new window


https://www.npmjs.com/package/node-windows

Avatar of mikha

ASKER

@leakim971 - thanks. this is not only for windows, right? i plan to run it in a linux dev env.
ASKER CERTIFIED SOLUTION
Avatar of leakim971
leakim971
Flag of Guadeloupe image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mikha

ASKER