Background Tracking Mobile Application using Ionic 4 and cordova-plugin-background-geolocation.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
node.js
ionic
cordova
A step by step series of examples that tell you how to get a development env running
Install
npm install
Run in Browser
ionic serve
Add Platform Android
ionic cordova platform add android
Run in Android
ionic cordova run android
ionic cordova build android --prod
This project is licensed under the MIT License - see the LICENSE.md file for details