First Commit
This commit is contained in:
commit
feb864dc47
170 changed files with 4671 additions and 0 deletions
50
hackatonApp/README.md
Normal file
50
hackatonApp/README.md
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
Your Ionic project is ready to go! Some quick tips:
|
||||
|
||||
* cd into your project:
|
||||
```
|
||||
cd ionFullApp
|
||||
```
|
||||
|
||||
* Setup this project to use Sass:
|
||||
```
|
||||
ionic setup sass
|
||||
```
|
||||
|
||||
* Develop in the browser with live reload:
|
||||
```
|
||||
ionic serve
|
||||
```
|
||||
|
||||
* Add a platform (ios or Android):
|
||||
```
|
||||
ionic platform add ios [android]
|
||||
```
|
||||
|
||||
Note: iOS development requires OS X currently
|
||||
See the Android Platform Guide for full Android installation instructions:
|
||||
https://cordova.apache.org/docs/en/edge/guide_platforms_android_index.md.html
|
||||
|
||||
* Build your app:
|
||||
```
|
||||
ionic build <PLATFORM>
|
||||
```
|
||||
|
||||
* Simulate your app:
|
||||
```
|
||||
ionic emulate <PLATFORM>
|
||||
```
|
||||
|
||||
* Run your app on a device:
|
||||
```
|
||||
ionic run <PLATFORM>
|
||||
```
|
||||
|
||||
* Package an app using Ionic package service:
|
||||
```
|
||||
ionic package <MODE> <PLATFORM>
|
||||
```
|
||||
|
||||
For more help use ```ionic --help``` or visit the Ionic docs: http://ionicframework.com/docs
|
||||
|
||||
|
||||
You can find the documentation here: http://bit.ly/ionicthemes-ionfullapp
|
||||
Loading…
Add table
Add a link
Reference in a new issue