Usage:
PUBLIC_URL={{DYNAMIC_PUBLIC_URL}}
DYANMIC_PUBLIC_URL=https://my-environment-specific-public-url.com
PUBLIC_URLis used at build time by CRA. index.html will contain the literal string{{DYNAMIC_PUBLIC_URL}}DYNAMIC_PUBLIC_URLis used at startup time to perform a find and replace on the string{{DYNAMIC_PUBLIC_URL}}, wherever it is found inindex.html