Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

IIP-Design/cdp-content-commons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CDP Search Frontend

Configuration

Two options for loading in environment variables:

  • Set environment variables on the server
  • Set environment variables on .env file at the root of project
REACT_APP_WEBSITE_NAME=IIP Search
REACT_APP_PUBLIC_API=http://localhost:3000
REACT_APP_CDP_MODULES_URL=https://s3.amazonaws.com/iip-design-dev-modules/modules/
REACT_APP_SINGLE_ARTICLE_MODULE=cdp-module-article-single/cdp-module-loader.min.js

Get Started

npm install
npm start