teckx5 / DrupalCamp-Ionic-Mobile-App

Mobile app that consume Drupal Services for the DrupalCamp Costa Rica. Uses Ionic framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DrupalCamp Ionic App

A mobile hybrid application that consumes Drupal Services REST API

Using the app locally

In order to run the app locally you'll need to do next:

**1) **Install Node.js first, then install the following packages using NPM:

  • Bower and Gulp

      npm install -g bower gulp
    
  • Cordova and Ionic

      npm install -g cordova ionic
    

2) Install the project dependencies:

  • Run the following command at the root of this project to install project dependencies:

      npm install ./
    

3) Now you can run the app locally at the browser or mobile device:

  • To run it at a local browser, run the following commands

      $ gulp sass
      $ ionic serve
    
  • To run it on a device emulator, for example an iOS emulator, you'll need to run:

      $ ionic build ios
      $ ionic emulate ios
    

The app consumes the Drupal REST services created at the following server:

About

Mobile app that consume Drupal Services for the DrupalCamp Costa Rica. Uses Ionic framework.


Languages

Language:JavaScript 66.2%Language:CSS 22.0%Language:Java 8.2%Language:Objective-C 2.5%Language:Shell 0.4%Language:Makefile 0.2%Language:HTML 0.2%Language:C++ 0.1%Language:C# 0.1%Language:C 0.0%Language:AppleScript 0.0%Language:Erlang 0.0%