Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 439 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 439 Bytes

ionic-image-loader-example

Example of ionic-image-loader

To use the app:

  1. Clone/download this repo
  2. Run git submodule init && git submodule update
  3. Run npm install to install dependencies
  4. Run ionic state reset to restore the plugins
  5. Add a platform of your choice. Example: ionic platform add android
  6. Run the app on a device or an emulator. ionic run android