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 ionicbootstrap
Initialize:
# In the ionicbootstrap folder
npm install
bower install
grunt 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