- npm start when developing
- deploy on dev using the artefacts from npm run build
builds take a bit longer this way, but it guarantees QA will test using a non-dev build
> deploy on dev using the artefacts from npm run build
These two statements do not fit together.
I agree that "You should have dev/test/staging/... environments" is the correct answer, but clearly that's not the reality for everyone.
might not be the reality, but multiple envs is the only correct answer.
> deploy on dev using the artefacts from npm run build
These two statements do not fit together.
I agree that "You should have dev/test/staging/... environments" is the correct answer, but clearly that's not the reality for everyone.