December 2019
Intermediate to advanced
598 pages
12h 21m
English
appsettings.Production.json
Firstly, to set up the allowed origin in a CORS policy and secondly, to build correct links in the sign-up and forgotten password emails
"build:qa": "cross-env REACT_APP_ENV=qa npm run build"
What npm command would we use to produce a QA build?
npm run build:qa
Read now
Unlock full access