Embed presentation
Download to read offline










![GRUNT TASKS
*yeoman generate a Gruntfile.js
*default tasks
grunt serve - to run the app in an endpoint [ http://localhost:9000 ]
grunt build - include a lot of sub tasks like cssmin/htmlmin/imagemin and opts out a simple
html/css web-app with dependencies injected under bower_components/*](https://image.slidesharecdn.com/letsyo-150215015922-conversion-gate01/85/Letsyo-11-320.jpg)



This document discusses automating frontend development using Yeoman, Grunt, and Bower. It recommends using Yeoman to scaffold a webapp, Bower to manage dependencies, and Grunt for tasks like serving the app, minifying files, and building for deployment. Key tools and commands are provided to get started, including installing Yeoman and related generators globally, generating a new webapp, installing dependencies with Bower, and using Grunt tasks like serving and building the app.










![GRUNT TASKS
*yeoman generate a Gruntfile.js
*default tasks
grunt serve - to run the app in an endpoint [ http://localhost:9000 ]
grunt build - include a lot of sub tasks like cssmin/htmlmin/imagemin and opts out a simple
html/css web-app with dependencies injected under bower_components/*](https://image.slidesharecdn.com/letsyo-150215015922-conversion-gate01/85/Letsyo-11-320.jpg)

