WARNING: This boilerplate uses an outdated and obsolete version of Polymer(0.3.4) and other techniques which arn't considered best practice anymoer (for example dependency management over bower). This project is kept only for documentation and presentation purposes. You are better off not building your next project on top of this boilerplate!
General structure for an AngularJS + Polymer application
See demo in action: http://amiiit.github.io/angular-polymer-application
Install Node.js and then:
$ git clone git@github.com:amiiit/angular-polymer-application.git
$ cd angular-polymer-application
$ sudo npm -g install grunt-cli karma bower
$ npm install
$ bower install
$ grunt serve