Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.
-
Clone the repo
git clone https://github.com/mousab-issa/ExpensesApp.git
-
Install node modules
yarn
-
You can also use npm to install node moudles
npm install
-
open another terminal and cd the app dir and install pods
cd ios && pod install && cd ..
-
run the ios application
yarn ios;
-
run the android application
yarn android;
-
you can also download the apk in the apk-build folder
-
Test User email:[email protected] password:12345678
-
To Run the local server Install node modules for the server and run the server
cd server &&yarn &&yarn run dev
UI was inspired by https://dribbble.com/shots/14354274-Money-Manager-App Enjoy