Hello Everyone,
I need to startup de server.js when I run my aplication.
So, in gulpfile.js I set:
gulp.task('serve:before', shell.task([
'nodemon server.js'
]));
In the google crohme its work ok ( ionic serve comand).
But when run in emulate ( ionic emulate ios ) the server.js not run .
I do this in Ionic 1. I’m using a mac OSx.