I see different repos that have different boilerplate code for angular. Is there a good tutorial that teaches you how to develop such boilerplate applications.
I am specifically looking for tutorials that can teach me to develop two separate angular boilerplates: 1) with webpack 2) with gulp
Matt Strom
Software Engineer, TypeScript ninja
I doubt any resources will teach you how to create boilerplate code for Angular using specifically Webpack or specifically Gulp, (which, might I add, are not entirely overlapping technologies).
Yeoman is a fantastic tool for developing custom project generators.
The Angular team has also recently come out with a tool in the new CLI devkit called Schematics. They are a more sophisticated take on generators. The documentation is more sparse for Schematics, so be aware.
youtu.be/y6uSJ4a5sMA