Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.06 KB

File metadata and controls

37 lines (30 loc) · 1.06 KB

ecove

Shopping Catalog using Rainforest API 🛍

Netlify Status

Installing Dependencies

Before running, run the command below to install the required dependencies

npm install

Environment Variables

To properly use the application create a .env file and add your rainforest api key in the following format:

REACT_APP_API_KEY="<API_KEY>"

Starting Development Server

To run the site on localhost port 3000, run the command below in your terminal

npm run start

Deploy to Netlify

To deploy the site to netlify, run the command below in your terminal

npm run build
netlify deploy
netlify deploy --prod

Application Diagram

Application