Welcome to payslip mobile! This mobile application is built with ionic and capacitor, a framework for building native apps with web technologies.
Before you begin, ensure you have met the following requirements:
- Node.js v16 or later installed
- Ionic CLI installed
-
Clone the repository:
git clone https://github.com/SumailaBello/Payslip-mobile.git
-
Navigate to the project folder:
cd Payslip-mobile
-
Install dependencies:
npm install
-
To start the development server, run:
ionic serve
-
To run on device: npx cap run android/ios --livereload --external.
-
To run e2e tests: npx cypress open.