https://github.com/pmwisdom/mirrorcell-cordova-starter
https://github.com/pmwisdom/mirrorcell-cordova-starter
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pmwisdom/mirrorcell-cordova-starter
- Owner: pmwisdom
- Created: 2015-02-20T19:39:56.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-20T19:40:44.000Z (over 11 years ago)
- Last Synced: 2023-02-26T11:56:39.652Z (over 3 years ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a package I created for myself so that I didnt have to add all the cordova plugins I needed at the beginning of every new
project. These are the cordova plugins I most use for my applications.
Cordova plugins will be downloaded / installed when you build your application:
Steps if you dont know how to run a meteor / cordova app:
* meteor create [appName] (create your meteor project)
* cd [appname] (cd into directory)
* meteor add mirrorcell:cordova-starter (install this package)
* meteor add-platform android -OR- meteor add-platform ios (add your target platform(s))
* meteor run android-device --mobile-server=localhost:3000 (run the program on your device pointed to your local server)
Suggestions for others not included:
raix:push -- Best way to push android / iphone / other users using the cordova push plugin.
launch-screen -- Shows the user a loading screen while your UI is rendered (past the initial splash)
Shout out to my geolocaiton abstraction package: mirrorcell:location.