Skip to content

benja2208/ionic-practice

Repository files navigation

Getting Started with Photogram Source Code

Thank's for purchasing!!!!

Let's go and clone this project!

Full Document and Preview:

http://movibe.github.io/photogram-docs/

Getting Starter

  1. Install nodejs:

http://nodejs.org/

  1. Install Ionic, Bower, Cordova and Gulp

$ npm install -g ionic bower cordova gulp

  1. Intall Node Modules

$ npm install

or

$ sudo npm install

  1. Install Bower Libs

$ bower install

  1. Gulp dev tas

$ gulp

Install Cordova Plugins (Required)

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

Ionic Analytics (required)

  1. Create Account

Apps Ionic.io

  1. Configure your app name

ionic.project bower.json package.json

  1. 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

Configure Parse

  1. Create account in Parse

http://parse.com

  1. Follow online documentation in Github

http://movibe.github.io/photogram-docs/#parse

  1. Edit file and set your Parse Keys

www/js/config.parse.js

enter image description here

Test in Web Browser

After following the above instructions, type in your terminal for run ionic server

$ ionic serve

Facebook Configuration

  1. Create Account in Facebook Developers
  2. Follow documentation
  3. Edit File with your Keys www/js/config.facebook.js

Build and run app on iOS (only Mac OS)

$ sudo npm install -g ios-sim

$ ionic run ios

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors