Business Directory Ionic

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.

Dependecies, Run and Build

Install global dependencies

To install the global dependencies run:

$ npm install -g cordova
$ npm install -g @ionic/cli

Install local dependencies

To install the local dependencies run:

$ npm install

Run the app

Use ionic serve to run the app in the browser

Add a platform

iOS

$ ionic cordova platform add ios

Android

$ ionic cordova platform add android

Build the added platforms

$ ionic cordova build

Εmulate the app on simulator

iOS

$ ionic cordova emulate ios

Android:

$ ionic cordova emulate android

For more information, see Ionic CLI's instructions.

Demo

Documentation

Changelog

5.0 - Apr 23, 2020
- Initial Release

Third Party Licences