Hybrid mobile app for team management
- Clone this repository:
git clone https://github.com/aglo35/Pace.git. - Run
npm installfrom the project root. - Install the ionic CLI (
npm install -g ionic) - Add mobile platform
ionic platform add ios - Run
ionic emulate iosin a terminal from the project root.
NB! Going to finish the documentation when in need to set up on another machine...
- config.xml # configuration of your Cordova project
- platforms/ # platforms you installed
- plugins/ # plugins you installed
- www/ # will contain the build of your web app, before Cordova is added