An open API service indexing awesome lists of open source software.

https://github.com/davemo/frontend-workflows-with-grunt-and-angularjs

Frontend Workflows with Angular JS
https://github.com/davemo/frontend-workflows-with-grunt-and-angularjs

Last synced: 11 months ago
JSON representation

Frontend Workflows with Angular JS

Awesome Lists containing this project

README

          

# Frontend Workflows with Grunt and AngularJS

http://www.youtube.com/watch?v=fSAgFxjFSqY

The goal of this screencast and repository is to educate web developers on how to use Grunt to craft their own workflows, and examine some higher level tools that provide additional features that are helpful when creating rich-client web applications.

By watching the screencast you will learn about:

* how to create your own frontend workflow using [Grunt](http://www.gruntjs.com)
* how to create custom tasks with Grunt
* how to use [Lineman](http://www.linemanjs.com), which utilizes Grunt, to create web applications that are portable between any backend.
* how to manually bootstrap the application we built in [End-to-End with AngularJS](https://github.com/davemo/end-to-end-with-angularjs)
* how to effectively separate your code into many small pieces with singular responsibilities