Here, we will fetch datas from the local API we've created at the PART 1. So make sure, you've successfully implemented the API like part 1 shows.
Make sure you've installed :
- Node.js
- Cordova and Ionic command-line tools
- Download this repository or just clone it
- Extract files
- Inside the repo folder, open your terminal and run
npm install
to install dependancies. - At the end of dependancies installation, run
ionic serve
to run your the app on the browser.
When everything is ok, your default web browser should automaticly open and show you the app. If you see the following image, so it's fine !
If this page doesn't appear, make sure you've done everything on the PART 1 and everything in the section How to run it
of this repository.