Ionic app we created when joined SB Cloud Hackathon 20160702-03
- 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'
-
Require: ready-to-run omg-api
-
Simulate on browser
ionic serve
- Test on IonicView (need account)
ionic upload
- More info on this can be found on the Ionic Getting Started page and the Ionic CLI repo.