Nohup ionic serve?

Is it possible to run ionic serve with nohup or as a daemon? I’m struggling trying to get it to work in any way other than interactively. Thanks!

This guy’s doing something similar. Try dtach, screen, tmux, etc.

Easy as:

screen -d -m -L ionic serve --nolivereload

2 Likes