Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 945 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 945 Bytes

Swinburne Sustainability App Demo

Overview

This project is a React Native project using Expo.

Prerequisites

  • 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.

Setup

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.

Useful links

Expo: https://expo.io/