Clone the repo Run npm install to install the dependencies ionic serve to run the app
Google Maps API Key is required to see the map, you can go through the below link to create one and make sure you have given the permissions to your app https://developers.google.com/maps/documentation/javascript/get-api-key
You can directly install below plugins If they are not installed using npm install
add the geolocation plugin
ionic cordova plugin add cordova-plugin-geolocation npm install --save @ionic-native/geolocation

