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
Here's a method that actually works (sorry so late)
sleep 999999999 | ionic serve -b &
I think there's an easy way in ionic v3, but this works for v1