Skip to content
Companion app for the Developing an Ionic Edge book published by Bleeding Edge Press.
JavaScript HTML CSS
Find file
Pull request Compare This branch is even with trendicity:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
hooks reverted back to using ionic.Platform.isWebView()
resources
scss
www fix issue associated with login modal on map view
.bowerrc Initial commit, from the Hybrid Collective :fireworks:
.gitignore Updated to use Ionicons 2.0.
.jshintrc Added back in old .jshintrc file to help with #57
LICENSE.txt Add license file
README.md chore(docs): add trendicity.co to README
bower.json Upgraded ionic to 1.0.0
config.xml Fix Card View for android
gulpfile.js
ionic.project Initial commit, from the Hybrid Collective :fireworks:
package.json fixes #69 - whitelist issue introduced by Cordova 5.0

README.md

Trendicity

Companion app for the Developing an Ionic Edge book published by Bleeding Edge Press.

Clone this repo then run the following commands:

npm install
ionic serve

npm install -g cordova ionic gulp initiated from the npm preinstall hook.

bower install is automatically initiated from the npm postinstall hook.

Running

Run in browser

ionic serve

Run on device

iOS / Android

Where ever you read 'iOS' and in the command line 'ios', you can switch that out for 'android' as well.

If you're running the app on iOS for the first time, first add the platform to your project using:

$ ionic platform add ios

After that you can run

$ ionic run ios

Every time you want to install the app on your device.

Something went wrong with that request. Please try again.