A Yeoman-ized ionicframework Bootstrap inspired by ionic-angular-cordova-seed
- node.js
- cordova CLI
Clone the repo:
git clone https://github.com/marob/ionicbootstrap ionicbootstrapInitialize:
# In the ionicbootstrap folder
npm install
bower installgrunt server# To make sure the application has been generated (and the config.xml is in www)
grunt
# To add the platform
cordova platform add [platform]# To generate the application
grunt
# To emulate the generated application
cordova emulate [platform]# To generate the application
grunt
# To emulate the generated application
cordova run [platform]Generate new routes, controllers, views, services... automatically with the angular generator : https://github.com/yeoman/generator-angular#route