Skip to content

Latest commit

 

History

History
53 lines (28 loc) · 1.1 KB

File metadata and controls

53 lines (28 loc) · 1.1 KB

Getting Started with Photogram Source Code

PHotogram Getting Starter

Let's go and clone this project!

NEW Document in Development

NEW DOCUMENTATION IN HERE!!!!!

Lets you quickly set up a project with:

  • your favorite technologies
  • web best pratices.
  • guidelines powered by Google.

Require

  1. Install nodejs:

    Nodejs

  2. Install Ionic, Bower, Cordova and Gulp

    $ npm install -g ionic bower cordova gulp

Getting Starter

  1. Intall Project Modules

    $ npm install

  2. Run in Browser

    $ gulp serve

  3. Build Project

    $ gulp build

Facebook Configuration

  • Create Account in Facebook Developers
  • Follow documentation *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