SoatGroup / ionic3-movie-app

Sample Ionic application used in the "Ionic 3" course:

Home Page:http://blog.soat.fr/2017/12/ionic-3-creez-votre-application-mobile/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a starter Ionic project.

Installation

You will need to have Ionic & Cordova installed :

npm install -g cordova ionic

Run the project with Ionic CLI:

$ npm install
$ ionic serve

To run the app on a device :

$ ionic cordova platform add android
$ ionic cordova run android

For more information about this project check the related blog post and for more of my work check my Github account

About

Sample Ionic application used in the "Ionic 3" course:

http://blog.soat.fr/2017/12/ionic-3-creez-votre-application-mobile/

License:MIT License


Languages

Language:TypeScript 49.9%Language:HTML 28.6%Language:CSS 17.3%Language:JavaScript 4.2%