Ionic webpack starter app with many common gulp tasks

I made an ionic starter app that provides the following:

  • gulp build
  • webpack
  • karma w/istanbul configured
  • plato for code analysis
  • browser-sync as the dev server
  • git flow release with publishing of gh-pages branch
  • conventional-changelog and todo list generation from scanning sources
  • and others…

It is a work in progress so some items may not be 100% but I figured it might be useful for others who are interested in the above technologies. The project site is at: https://github.com/cmackay/hybrid-boilerplate

If there are any thoughts or ideas for it, let me know. Thanks!

4 Likes