Change Port form reactjs

window
"start": "set PORT=3006 && react-scripts start"
Linux and ubuntu
"start": "export PORT=4000 && react-scripts start"

Last updated

Was this helpful?