(WIP) Hot Reloading during Development
Local Development Mode for Hot Reloading
# when running locally the following vars should be set to support the active refresh
WDS_SOCKET_HOST=localhost
WDS_SOCKET_PORT=3000
REACT_APP_PUBLIC_URL=http://localhost:3000/
# Package for Salesforce Mode
# when building the production bundle the following line should be uncommented
# REACT_APP_PUBLIC_URL=Last updated