Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.33 KB

README.md

File metadata and controls

41 lines (31 loc) · 1.33 KB

ionic-3-beginners-course

This Ionic 3 uses The Movie Database API to display recent popular movies in a feed.

This is my course project for the "Ionic 3 para Iniciantes" (Ionic 3 for beginners) Udemy course.

Download

Android APK: Direct | Releases

Running

Requirements: Node.js and npm

To simply run the app on your browser follow these steps:

  1. Clone the repository:
git clone https://github.com/g-otn/ionic-3-beginners-course
  1. Install Ionic CLI
npm install -g ionic
  1. Install the project dependencies (might take a while)
cd ionic-3-beginners-course/
npm install
  1. Start the project:
ionic serve

Check out the Ionic docs to see how to emulate/run on devices, build APKs, etc.

Acknowledgements

leluque for assigning me this project's course.