I created a project using the Angular2 quickstart https://angular.io/docs/js/latest/quickstart.html
I changed it completely to do my things, some usage of webcams, indexedDB and things like that :-).
The thing right now is that I've been using npm as the site recommends and it feels wrong now just changing to Gulp to create a build, instead of creating a build script on npm.
The next issue is that I've never done such a thing and I'm completely lost... do you know of any build script I could use/adapt? Or should I switch to Gulp?
Thank you