Search⌘ K
AI Features

Wrapping Up

Explore how to finalize the AppyMapper app by running it with Ionic serve and integrating Mapbox with Capacitor geolocation. Learn to display and filter Apple Store locations by distance and country, completing this practical map-based Ionic case study.

With the HomePage component template additions in place, we now have all the necessary logic and templating architected and integrated for the application.

Serving the application

Now that we’ve completed all of the coding let’s run the AppyMapper application with the following command (run from the root of the project directory):

ionic serve

Remember: Provide your Mapbox token below before running the app! If ...