React Project Specify Port Posted Mar 1, 2022 By your_full_name 1 min readpackage.json 1 "start": "PORT=3006 react-scripts start" or 1 "start": "export PORT=3006 react-scripts start" programming npm react This post is licensed under CC BY 4.0 by the author. Share