Skip to content

Latest commit

 

History

History
83 lines (50 loc) · 1.11 KB

README.md

File metadata and controls

83 lines (50 loc) · 1.11 KB

Tomatobang

ionic/cordova version for tomatobang

Installation

just follow these commands

$ git clone https://github.com/tomatobang/tomato-ionic
$ cd  tomato-ionic
$ npm i

Services

3rd-party services

Serve

To serve in the browser

$ ionic serve

Platforms

android and ios are both supported.

to add platform

$ ionic cordova platform add android
$ ionic cordova platform add ios

To run

$ ionic cordova run android
$ ionic cordova run ios

Build Android APK File

$ ionic cordova build android

Hot Push

You can add --prod for production release

# android
$ code-push release-cordova tomatobang android
# ios
$ code-push release-cordova tomatobang ios

Related Repo

Collaborator

License

MIT@yipeng.info