https://github.com/vovansuper/test-project
https://github.com/vovansuper/test-project
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vovansuper/test-project
- Owner: VovanSuper
- Created: 2020-05-11T10:14:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-21T06:53:06.000Z (about 2 years ago)
- Last Synced: 2025-02-19T22:39:16.871Z (3 months ago)
- Language: TypeScript
- Size: 72.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:```bash
$ npm install -g cordova
$ npm install -g @ionic/cli```
### Install local dependencies
To install the local dependencies run:```bash
$ npm install
```### Run the app
Use `ionic serve` to run the app in the browser### Add a platform
#### iOS
```bash
$ ionic cordova platform add ios
```#### Android
```bash
$ ionic cordova platform add android
```### Build the added platforms
```bash
$ ionic cordova build
```### Εmulate the app on simulator
#### iOS```bash
$ ionic cordova emulate ios
```#### Android:
```bash
$ ionic cordova emulate android
```For more information, see [Ionic CLI's instructions](https://ionicframework.com/docs/cli/).
## Demo
* [Web demo](https://skounis.github.io/ionic-demo-businessdirectory/businessdirectory-5/)## Documentation
* [Business Directory Quick Start Guide](https://docs.google.com/document/d/15dPzrN50iEXjiMm0yO8LSUfOVCok7RdB6NB-B40eYYM/edit#)## Changelog
```
5.0 - Apr 23, 2020
- Initial Release
```## Third Party Licences
* [Apache License](http://www.apache.org/licenses/)
* [MIT License](https://opensource.org/licenses/MIT)