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
- Host: GitHub
- URL: https://github.com/davemo/frontend-workflows-with-grunt-and-angularjs
- Owner: davemo
- Created: 2013-06-11T07:13:03.000Z (almost 13 years ago)
- Default Branch: main
- Last Pushed: 2021-11-20T01:17:34.000Z (over 4 years ago)
- Last Synced: 2025-07-02T03:46:42.580Z (11 months ago)
- Language: JavaScript
- Size: 650 KB
- Stars: 45
- Watchers: 4
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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