1st way:
- create .env file
- and write:
PORT=3010
2nd way:
- in the package.json file
- change:
"start": "react-scripts start",
- and type :
"start": "set PORT=3020 && react-scripts start",
For further actions, you may consider blocking this person and/or reporting abuse
AIRabbit -
AIRabbit -
AIRabbit -
Jimmy Guerrero -
Top comments (0)