Thank's for purchasing!!!!
Let's go and clone this project!
http://movibe.github.io/photogram-docs/
- Install nodejs:
- Install Ionic, Bower, Cordova and Gulp
$ npm install -g ionic bower cordova gulp
- Intall Node Modules
$ npm install
or
$ sudo npm install
- Install Bower Libs
$ bower install
- Gulp dev tas
$ gulp
Statusbar
$ ionic plugin add cordova-plugin-statusbar
Camera
$ ionic plugin add org.apache.cordova.camera
Image Picker
$ ionic plugin add https://github.com/wymsee/cordova-imagePicker.git
Geolocation
$ ionic plugin add org.apache.cordova.geolocation
In App Browser
$ionic plugin add org.apache.cordova.inappbrowser
- Create Account
- Configure your app name
ionic.project bower.json package.json
- Enter command in your terminal
$ ionic io init
Finished, Ionic Analytics configured!
Access Ionic Apps Dashboard and view your app analytics report https://apps.ionic.io/apps
- Create account in Parse
- Follow online documentation in Github
- Edit file and set your Parse Keys
www/js/config.parse.js
After following the above instructions, type in your terminal for run ionic server
$ ionic serve
- Create Account in Facebook Developers
- Follow documentation
- Edit File with your Keys www/js/config.facebook.js
$ sudo npm install -g ios-sim
$ ionic run ios
