RasaHQ / rasa-nlu-trainer

DEPRECATED: We recommend using Rasa X https://rasa.com/docs/rasa-x/ for managing NLU data
MIT License
467 stars 185 forks source link

Run npm start in background #53

Open neerajb1 opened 5 years ago

neerajb1 commented 5 years ago

Hi I am very new to Node js. How i can run npm start as a background service like nohup.

Thanks

llermaly commented 5 years ago

You can use forever to achieve this

Hope it helps