What workflow / tools to help kickstart your AngularJS apps?

Hi guys,

So what’s your preferred tooling workflow for getting the boilerplate stuff generated needed for an AngularJS project? I’m building a toy app with AngularJS on the front and Sinatra (Padrino.rb technically) backend.

I found this from Sitepoint for tooling from 2013: Kickstart Your AngularJS Development with Yeoman, Grunt and Bower - SitePoint

It’s obviously a bit old - so what’s the rage nowadays?

I’ve used yeoman-gulp in the past because I find gulp easier to work with than grunt. The one you linked has some cli generators for angular pieces which is nice.