This project is a React Native project using Expo.
- You will need NodeJS installed on your system.
- Install the Expo command line tool globally with:
npm install -g expo-cli
. - Install the Expo app onto your iPhone/Android by accessing it from the app store.
Get the code by cloning the repository using git:
git clone https://github.com/jonowu/sustainability-app-demo.git
Once downloaded, navigate into the directory:
cd sustainability-app-demo
Add install dependencies with:
npm install
Then start the project with:
expo start
To view on your phone: Once the project has built you should get a QR code in the terminal which you can scan with your phone and it will give you a link to open your project in Expo.
Expo: https://expo.io/