In this talk we will write a simple directive in AngularJS based on a jQuery plugin. We have chosen MasterBlaster plugin (link), a simple tag manager.
- clone the project
- install npm and bower dependencies
npm install && bower install
- run local server with livereload
grunt serve
- run tests
grunt test