A mobile app to showcase the products of Fairfax Tailors. A demo can be viewed here on the Fairfax Demo Environment.
This app runs on port 19002 if used with Expo. It will build the app before deploying it live on your device. Expo has the benefit of not requiring your external device to be plugged in while running it with react native requires either the virtual image to be present or your external device to be plugged in.
- Download Node.js
- Get the command line tool by running: npm install expo-cli --global
- Download the expo app on your android or iphone
More information about how to install the expo client can be found here
To run the application on your phone without plugging it in:
- Navigate to the root FairfaxTailors folder through command line
- Type "expo start" on the command line on your computer
- Scan the qr code with your mobile device (within the expo app if android and within the camera app if iPhone)
To be able to demo the application remotely without needing a computer or having it in the app store:
- Navigate to the root FairfaxTailors folder through command line
- Type "expo start" in the command line window
- In a new command line window, type "expo publish"