/pokedex

Example Hybrid app with Ionic framework

Primary LanguageTypeScript

# Pokédex: Example of a Hybrid app with Ionic framework

This is a simple example of a Hybrid mobile application written with the Ionic framework.

We are using the Pokéapi, The RESTful Pokémon API.

How to run

  1. Clone this repository and enter the directory

  2. For running as a web app for development, do:

npm install
ionic serve
  1. For running for iOS or Android:
ionic cordova run ios --prod
# or
ionic cordova run android --prod

Note: You should have the Android or iOS SDK tools and emulator installed for running in those platforms.