Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 558 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 558 Bytes

ionic-boilerplate

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.