https://github.com/luizbaldi/ionic-sample
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.
https://github.com/luizbaldi/ionic-sample
Last synced: 26 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/luizbaldi/ionic-sample
- Owner: luizbaldi
- Created: 2016-03-31T13:24:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-20T15:08:37.000Z (over 9 years ago)
- Last Synced: 2025-01-05T05:12:46.312Z (over 1 year ago)
- Language: JavaScript
- Size: 2.75 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ionicSample
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.
## With the Ionic tool:
Take the name after `ionic-starter-`, and that is the name of the template to be used when using the `ionic start` command below:
```bash
$ sudo npm install -g ionic cordova
$ ionic start myApp tabs
```
Then, to run it, cd into `myApp` and run:
```bash
$ ionic platform add ios
$ ionic build ios
$ ionic emulate ios
```
Substitute 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.
## Demo
http://luizbaldi.github.io/ionic-sample/www
## Issues
Issues have been disabled on this repo, if you do find an issue or have a question consider posting it on the [Ionic Forum](http://forum.ionicframework.com/). Or else if there is truly an error, follow our guidelines for [submitting an issue](http://ionicframework.com/contribute/#issues) to the main Ionic repository. On the other hand, pull requests are welcome here!