Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 742 Bytes

File metadata and controls

26 lines (20 loc) · 742 Bytes

Arc Frontend

This is the front end for our mobile application. This is a mobile application built for disaster relief.

Built With

  • React Native
  • Redux
  • React
  • Expo
  • Native Base
  • Moment.js
  • PostgreSQL

Installation

  1. Text Editor needed
  2. Install Node
  3. Install Yarn
  4. Install Expo (on your laptop and phone)

In terminal: npm install -g exp (for installing expo globally)

Clone the dir onto your desktop (expo doesn't have exp convert option ready yet so you will need to run these next commands)

  • exp init (they will prompt you to name the project and choose a template -- you can choose blank); will download a bunch of files and prompt you to cd into the directory
  • exp start (edited)