Created by: StenAL
Currently when running npm run build
in a create-react-app project the output has the following text
Find out more about deployment here:
bit.ly/CRA-deploy
This link leads to https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#deployment which doesn't contain any information about deploying the app.
This PR changes the link to the create-react-app documentation's deployment page.