- GitHub account
- Node.js and npm
- Expo CLI
- Visual Studio Code (recommended)
- Expo Go App (to run on a physical device)
- Access the Financial Tracker repository and fork the repository to your GitHub account:
- Clone the repository onto your preferred device:
git clone https://github.com/illianardz/FinancialTracker.git
- Open the cloned Financial Tracker folder in Visual Studio Code
- Visual Studio Code is highly recommended for running this prototype
- Once in VSC, open the terminal and install the dependencies:
cd ExpoAppnpm install- If you have a Mac, it is recommended to also run
yarn install
- You will also need to install Expo CLI locally:
npm install -g expo-cli
- In the same terminal, start the Expo development server:
npx expo start- This will display a QR code and options to run the app on an emulator or a device
- If you wish to run the prototype on a physical device, download the Expo Go mobile app and scan the QR code
- If you prefer to run the prototype on your web browser, click on “Run in web browser” and it will launch the app within your default browser