How is your Webapp Development Workflow?
Doing most of the time the same ol’ stuff? Yo man, that’s the daily live of a developer. So why not having machines do that boring work?
Here is a nice idea of bringing fun back to our development days. And the best of all: Keep most of sloppy errors out of your Apps.
Our workflow is comprised of three tools for improving your productivity and satisfaction when building a web app: yo (the scaffolding tool), grunt (the build tool) and bower (for package management).
- Yo scaffolds out a new application, writing your Grunt configuration and pulling in relevant Grunt tasks that you might need for your build.
- Grunt is used to build, preview and test your project, thanks to help from tasks curated by the Yeoman team and grunt-contrib.
- Bower is used for dependency management, so that you no longer have to manually download and manage your scripts.
All three of these tools are developed and maintained separately, but work well together as part of our prescribed workflow for keeping you effective.
So here’s where to head: http://yeoman.io/