Payslip Mobile Application

Overview

Welcome to payslip mobile! This mobile application is built with ionic and capacitor, a framework for building native apps with web technologies.

Table of Contents

Getting Started

Prerequisites

Before you begin, ensure you have met the following requirements:

Installation

  1. Clone the repository:

    git clone https://github.com/SumailaBello/Payslip-mobile.git
    
  2. Navigate to the project folder:

    cd Payslip-mobile
    
  3. Install dependencies:

    npm install
    
  4. To start the development server, run:

    ionic serve
    
  5. To run on device: npx cap run android/ios --livereload --external.

  6. To run e2e tests: npx cypress open.