Web app to search for and display recipes along with generating shopping lists for selected recipes
- Node and NPM are installed (was written with node v10.13.0)
- Fork the repo
- Sign up for food2fork API access at food2fork
- Switch to the app folder
- Create a config.js file under the src directory with an entry similar to
export const apiKey = '{---your-api-key---}';
- From the app folder on the cmd line type
npm run start