Shopping Catalog using Rainforest API ๐
Before running, run the command below to install the required dependencies
npm installTo properly use the application create a .env file and add your rainforest api key in the following format:
REACT_APP_API_KEY="<API_KEY>"To run the site on localhost port 3000, run the command below in your terminal
npm run startTo deploy the site to netlify, run the command below in your terminal
npm run build
netlify deploy
netlify deploy --prod

