Run ionic serve in the background?

Hi Guys,

I’m trying to script starting ionic serve upon booting a vagrant box. Has anyone had success in doing this? It seems to crash if there’s no TTY and sometimes it requires the user to select a network interface.

Thanks,
Jonathan

Perhaps it could be run under screen?

That’s a great idea, I successfully scripted launching tmux with ionic serve running in it.