This application categorizes businesses into their business/industry domain and provides a listing. Presents information about each business promoting their activity and includes various search filters enabling the easier finding of the business which the user is interested in.
To install the global dependencies run:
$ npm install -g cordova
$ npm install -g @ionic/cli
To install the local dependencies run:
$ npm install
Use ionic serve
to run the app in the browser
$ ionic cordova platform add ios
$ ionic cordova platform add android
$ ionic cordova build
$ ionic cordova emulate ios
$ ionic cordova emulate android
For more information, see Ionic CLI's instructions.
5.0 - Apr 23, 2020
- Initial Release