Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 850 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 850 Bytes

OMG, a.k.a Oh My Guide

Intro

Ionic app we created when joined SB Cloud Hackathon 20160702-03

Libraries

Installation

  • nodejs v5.7.0
  • ionic cli
npm install -g ionic
  • change omg-api's URL which was set in www/js/core/constants.js
BASE_URL: 'http://{host_name}/omg/api'

Testing

  • Require: ready-to-run omg-api

  • Simulate on browser

ionic serve
  • Test on IonicView (need account)
ionic upload

Team Coffee07