Let's go and clone this project!
NEW DOCUMENTATION IN HERE!!!!!
Lets you quickly set up a project with:
- your favorite technologies
- web best pratices.
- guidelines powered by Google.
-
Install nodejs:
-
Install Ionic, Bower, Cordova and Gulp
$ npm install -g ionic bower cordova gulp
-
Intall Project Modules
$ npm install
-
Run in Browser
$ gulp serve
-
Build Project
$ gulp build
- 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
