This project is a simple Ionic project that contains a documentation of the principal components of Ionic. The purpose of building this project is to learn and study about the framework.
Take the name after ionic-starter-, and that is the name of the template to be used when using the ionic start command below:
$ sudo npm install -g ionic cordova
$ ionic start myApp tabsThen, to run it, cd into myApp and run:
$ ionic platform add ios
$ ionic build ios
$ ionic emulate iosSubstitute ios for android if not on a Mac, but if you can, the ios development toolchain is a lot easier to work with until you need to do anything custom to Android.
http://luizbaldi.github.io/ionic-sample/www
Issues have been disabled on this repo, if you do find an issue or have a question consider posting it on the Ionic Forum. Or else if there is truly an error, follow our guidelines for submitting an issue to the main Ionic repository. On the other hand, pull requests are welcome here!