React Recipes Blog app is a simple blog app built with React.js.
- Clone the repository and install dependencies:
git clone git@github.com:boolfalse/react-recipes.git
cd react-recipes
npm install- Get the API key from Spoonacular food API and set up the .env variables like this:
REACT_APP_SPOONACULAR_API_KEY="<API_KEY>"
REACT_APP_SPOONACULAR_API_GATEWAY="https://api.spoonacular.com"- Run the app:
- Run the application:
```bash
# for development
npm run start
# for production
npm run build