REACT_APP_API_HOST=https://offshop-back-end.herokuapp.com
REACT_APP_AUTH0_AUDIENCE=https://offshop-back-end.herokuapp.com
REACT_APP_AUTH0_CLIENT_ID=**************************
REACT_APP_AUTH0_CLIENT_SECRET=**************************
REACT_APP_AUTH0_DOMAIN=johndoe.eu.auth0.com
REACT_APP_BUYER_LANGUAGE=pl
REACT_APP_CURRENCY_CODE=PLN
REACT_APP_FOOTER_TEXT="Your footer text"
REACT_APP_GOOGLE_PAY_API_VERSION=2
REACT_APP_GOOGLE_PAY_API_VERSION_MINOR=0
REACT_APP_GOOGLE_PAY_ENV=TEST
REACT_APP_LOGO_FONT=Roboto
REACT_APP_MAIN_COLOR=#3f51b5
REACT_APP_MERCHANT_NAME=Acme
REACT_APP_MERCHANT_POS_ID=**************************
REACT_APP_PAYU_CLIENT_ID=**************************
REACT_APP_PAYU_CLIENT_SECRET=**************************
REACT_APP_PAYU_URL=https://secure.snd.payu.com
REACT_APP_PRODUCT_PATH=https://your-bucket.s3.eu-central-1.amazonaws.com
REACT_APP_SECOND_KEY=**************************
REACT_APP_URL=https://offshop-front-end.herokuapp.com
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Runs the app in the development mode with hot-reloading enabled
Open http://localhost:3000 to view it in the browser.
The page will not reload if you make edits.
Launches the test runner in the interactive watch mode.
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!