The code is based on the Ionic Framework.
This repository is a fork of VolunteerManagementApp located here.
###Getting started:
-
Run
ionic serve
. This usesionic.xml
and will serve as local node server. Live updates when you make changes to the code. This works with Phonegap Developer App. -
phonegap serve
Works both in browser and with the Phone Gap developer app. Also updates when you make changes.
###Development Prerequisites:
bower npm install -g bower
gulp npm install -g gulp
npm packages npm install
###Starting Development:
- Run
bower install
. Reads bower.json and installs local dependencies into the folderwww/bower_components
. ng-notify js has been modified and is indist/ngnotify
- Copy only necessary files to
www/dist
using the folder structure present inwww/bower_components
###Changes after fork from VolunteerManagementApp
- Added Core Competencies
- Locations and Classes are newly added.