Discover new recipes today!
Get foodstagram up and running locally with these simple steps:
- npm
npm install -g npm
- Clone the repo
git clone https://github.com/timwang27/foodstagram.git
- Install react-scripts (root directory)
npm install react-scripts --save
- Install NPM packages
npm install
- Execute startup script
npm start
