This app is a simple ionic example fetching the Marvel's api (https://developer.marvel.com/)
Before run you need to generate the api key on marvel developer portal and replace on the environment.ts file.
Steps to run this app on browser:
$ npm i -g ionic cordova
$ cd /path-to-repository/
$ npm install
$ ionic serve # or "ionic lab" if you prefer
To run this app on device you need to follow this instructions: https://ionicframework.com/docs/intro/deploying/