Rodmg / pokedex

Example Hybrid app with Ionic framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# 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.

About

Example Hybrid app with Ionic framework


Languages

Language:TypeScript 41.0%Language:HTML 30.9%Language:CSS 22.4%Language:JavaScript 5.7%