This sample project will be used to demonstrate the usage of the Cordova OpenALPR plugin.
- Go to the root of the project using a terminal.
 - Use 
npm installto install the required packages. - Use 
ionic cordova build iosorionic cordova build androidto build the project for your preferred platform. 
After modifying the ionic code your are required to rebuild the platform.
You will need Java/JDK version 1.8, version 9 will not work while trying to build Android using Cordova. You also need to have Gradle installed locally.
After building for iOS you will need to use Xcode to sign the application.