Skip to content

rutmehta/FoodStashApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FoodStash

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

  1. Download and install Git (https://git-scm.com/download/win
  2. Download and install Node.js and npm (https://https://nodejs.org/en/download/)
  3. Open Command Prompt
  4. Type in following commands
npm install -g expo-cli
cd FoodStash
npm install
expo start

About

An app that tracks your household food inventory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published