On MacOS
if you need node.js
brew install nvm (it'll prompt you to add lines to your ~/.bash_profile, do that)
nvm install --lts
For setting up a dev environment, follow the first few steps of https://reactnative.dev/docs/environment-setup:
npm install -g expo-cli
cd FoodStash
npm install
expo start
On Windows
- Download and install Git (https://git-scm.com/download/win
- Download and install Node.js and npm (https://https://nodejs.org/en/download/)
- Open Command Prompt
- Type in following commands
npm install -g expo-cli
cd FoodStash
npm install
expo start