xxxxxxxxxx
1) Edit package.json
2) Add: PORT=<CUSTOM_PORT>
"scripts": { "start": "PORT=3001 react-scripts start", }
// ΕΛΛΗΝΙΚΑ: (In greek)
1) Ανοίξτε το αρχείο: package.json
2) Προσθέστε το PORT=<CUSTOM_PORT> στο start script
"scripts": { "start": "PORT=3001 react-scripts start", }