Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/code4hk/hackfoldr-mobile
Hackfoldr mobile version
https://github.com/code4hk/hackfoldr-mobile
Last synced: 3 months ago
JSON representation
Hackfoldr mobile version
- Host: GitHub
- URL: https://github.com/code4hk/hackfoldr-mobile
- Owner: code4hk
- Created: 2014-08-03T10:11:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-06T16:09:01.000Z (over 10 years ago)
- Last Synced: 2024-08-01T12:35:14.651Z (6 months ago)
- Language: JavaScript
- Size: 15.6 MB
- Stars: 10
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - code4hk/hackfoldr-mobile - Hackfoldr mobile version (others)
README
hackfoldr-mobile
================Hackfoldr mobile version
The actual content of the app is under hackfoldr/www
##To run the app with ionic
under `hackfoldr/`, run `ionic serve`
It will run the app on browser using gulp with auto page refresh.`ionic emulate android` will build the apk and start emulator for android. With settings properly setup.
##To build and run the app with cordova:
0. Add android SDK to your PATH variable
e.g. $ echo $PATH
/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/git/bin:/usr/local/mysql/bin:/Applications/Android Studio.app/sdk/tools:/Applications/Android Studio.app/sdk/platform-tools:/Applications/apache-ant-1.9.4/bin:/Applications/Android Studio.app/sdk
1. cd /Users/user/Downloads/hackfoldr-mobile/hackfoldr
2. $ cordova platform add android
3. $ cordova build
4. Then the apk file will be generated under hackfoldr/platforms/android/ant-build
5. Start the Android emulator, then run $ cordova emulate android OR
Start an emulator in Genymotion, dray the apk file to the emulator
Stack
===========Cordova (installed by NPM)
Ionic (AngularJS)
Gulp
Apache Ant/ Gradle (TODO)
Android SDK (Android studio)