Pretty much what @gwillson said, I just wanted to add there’s no reason you can’t run ionic commands from npm scripts as far as I know:
"scripts": {
"serve": "webpack && ionic serve"
}
For now, you can just delete the Gulpfile that comes with the starters if you don’t want to use it. In the future I imagine it will be configurable to not start with it.