https://github.com/cgewecke/ionic-cyclopse
Embeditor translated to Ionic for iOS/Android
https://github.com/cgewecke/ionic-cyclopse
Last synced: 2 months ago
JSON representation
Embeditor translated to Ionic for iOS/Android
- Host: GitHub
- URL: https://github.com/cgewecke/ionic-cyclopse
- Owner: cgewecke
- Created: 2015-08-21T20:49:24.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-06T01:39:55.000Z (over 9 years ago)
- Last Synced: 2025-02-09T02:26:22.093Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.17 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ionic-cyclopse
Your Ionic project is ready to go! Some quick tips:
* cd into your project: $ cd cyclopse
* 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 android
* Run your app on a device: ionic run
* Package an app using Ionic package service: ionic package
For more help use ionic --help or ionic docs
Visit the Ionic docs: http://ionicframework.com/docs
GENYMOTION SIMULATOR:
To deploy an application to a virtual device, use either of the following methods:
Drag and drop the application APK file into the virtual device window.
Run the following command: adb install cyclopse.apk.
Download and install the application directly from the virtual device using a web link.