CS 372 Term Project
You can find the external documentation here
- You have Node 12 LTS installed https://nodejs.org/en/download/
- Open a command prompt window (or terminal) and run
npm install -g expo-cli
- Clone the repository to your computer
- Navigate to the folder of the project (where App.js is)
- Open a command prompt in this location and run:
npm install expo
- Once that command is finished running, run:
expo install
- this should install the required packages
- Run
expo start
to start expo.