This is a boilerplate project for using Ionic Framework/Angular/Lawnchair/SASS/RequireJS and i18n all from Bower. All of the good stuff in your repo with nothing you don't need.
To get started:
$ phonegap create path/to/app
$ cd path/to/app
$ rm -rf www/
$ curl -L https://github.com/pixeldrew/ionic-boilerplate/archive/master.tar.gz | tar -xf -
$ mv ionic-boilerplate-master www
$ cd www
$ npm install -d && bower install -d
Update config.xml, package.json and bower.json in www to match your project.