Skip to content

marob/ionicbootstrap

Repository files navigation

A Yeoman-ized ionicframework Bootstrap inspired by ionic-angular-cordova-seed

Prerequisites

  • node.js
  • cordova CLI

Start

Clone the repo:

git clone https://github.com/marob/ionicbootstrap ionicbootstrap

Initialize:

# In the ionicbootstrap folder
npm install
bower install

Run in the browser

grunt server

Add a platform

# To make sure the application has been generated (and the config.xml is in www)
grunt
# To add the platform
cordova platform add [platform]

Emulate on a platform

# To generate the application
grunt
# To emulate the generated application
cordova emulate [platform]

Run on a platform

# To generate the application
grunt
# To emulate the generated application
cordova run [platform]

Benefit from angular scaffolding

Generate new routes, controllers, views, services... automatically with the angular generator : https://github.com/yeoman/generator-angular#route

About

Yeoman-ized ionicframework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published