Pet care service appointments scheduling mobile application. The goal is to take care of your pets!
To download our application, click here.
This app based on the Ionic Framework. To setup for development, install the latest version of the Node.js.
You will also need a text editor like VS Code or Sublime Text.
-
Extract the project ZIP file and open the folder with your preferred text editor.
-
Run the following command on the Terminal to install the Ionic CLI.
npm i -g @ionic/cli
- Next, install the project dependencies:
npm install
- Run the following command to start the project:
ionic serve
A web browser should appear previewing the mobile application.
To setup for building, you will need to follow the steps above. After you have completed those, you have to install the SDK for your target platform.
For Android, you will need to install Android Studio with the Android SDK.
For iOS, you will need to install Xcode on a computer running macOS.
To generate Android and iOS projects, run the command below:
ionic capacitor build
Open the generated projects on Android Studio and/or Xcode and build the application using the provided mechanism of those platforms.