Hello. Thank you very much for such a wonderful development.
I'm testing locally. And I have a question. I'm sorry I may be a very noob one: how can I make it run on a port other than the default?
I have tried with yarn start --port (specifying here another port), and also editing the package.json file in the part:
"scripts": {
"start": "react-app-rewired start --port (specifying here another port)",
"build": "react-app-rewired build",
"test": "react-scripts test",
"eject": "react-scripts eject"
...
But he always ends up doing it at 3000.
Is there any other script that is configured to start the application at 3000 that could be causing a conflict for me and I'm no finding?
Thank you very much in advance.