I am trying to run ionic serve in the background so I can test it via my rails app on circle ci. I thought I could do it with:
nohup bash -c \"ionic serve --noli
You could use screen:
screen
screen -d -m -L ionic serve --nolivereload --nobrowser