Stage by stage - creating a school plan app
Ability to check the school plan of kids even when offline.
An app able to display a table with the school plan
Clone the repository
git clone [email protected]:zalun/school-plan-app.git
Create a cordova app
cd school-plan-app
cordova create school-plan com.mozilla-cordova.schoolplan SchoolPlan
Remove the www
directory and replace it with stage[X]
cd school-plan
rm -rf www
ln -fs ../stage[x] www
Add a platform
cordova platform add [firefoxos/ios/android/...]
Application will be exported into school-plan/platforms/[platform_name]/www/
One can find more information about working with cordova project at http://cordova.apache.org/docs/en/edge/index.html