Hi,
I’m new to Ionic. I’m trying to follow along with some courses, but I would like to set up Ionic in visual studio because that’s where I do all of my other work.
I have everything figured out, the only problem I have now is this. In all of the videos and training I’ve seen there is a gulpfile installed with any new ionic 2 template project. When I do the install
“ionic start ionic-tabs-app tabs --v2 --ts”
there is no gulpfile installed. This makes it tough to work in visual studio because I can’t set a watch event and build the ts automatically. Is there a reason no gulpfile is included? Can you point me in the right direction to learn how to implement gulp into an already established ionic 2 project? Thanks!