When comparing Webapp generator vs Phở Devstack, the Slant community recommends Webapp generator for most people. In the question“What are the best boilerplates for modern webapp front-end development?” Webapp generator is ranked 3rd while Phở Devstack is ranked 8th. The most important reason people chose Webapp generator is:
Any dependencies in the webapp generated can be automatically resolved, thanks to Web-app-generator's powerful integration with Bower.
Ranked in these QuestionsQuestion Ranking
Pros
Pro Auto resolve dependencies
Any dependencies in the webapp generated can be automatically resolved, thanks to Web-app-generator's powerful integration with Bower.
Pro Image optimizations
Automatic automatic image optimization is a pre-built functionality of the web app generator. So that any sites that are made using this tool are perfectly optimized for performance.
Pro Automatic compilation & linting
As the title suggests, the yeoman watch will auto-compile your JavaScript and Sass scripts for you. Also your code will be run through JsHint (for liniting) to make sure best practices are followed as well.
Pro Built in preview server & live reload
The yeoman watch will compile your source files for you and refresh your page in the browser, as soon as it detects some changes that you've made.
Pro Highly configurable
It's easy to turn off any default plugin you don't want to use.
Cons
Con Default support is for libsass
Webapp generator currently has default support for libsass, which falls behind Sass in features (therefor has some incompatibilities with Sass).
Con Requires Yeoman
Con Uses Bower
Bower is deprecated in most modern stacks for npm.
Con Poor documentation
The documentation is poorly organized and doesn't provide a lot of details on using Phở.