barbarbar338 / electron-react-tailwind-template

⚛ Electron app template with react and router.
GNU General Public License v3.0
38 stars 15 forks source link

How to change port from 3000. #6

Closed malafk closed 11 months ago

malafk commented 11 months ago

I have replaced everything that mentions the port 3000 but it's still keen to listen on port 3000.

[1] [1] > electron-react-tailwind-template@1.0.1 electron:wait [1] > wait-on tcp:3001 && npm run electron:dev [1] [0] [0] > electron-react-tailwind-template@1.0.1 react:dev [0] > cross-env BROWSER=none react-scripts start [0] [0] Something is already running on port 3000. [0] npm run react:dev exited with code 0

malafk commented 11 months ago

https://stackoverflow.com/questions/40714583/how-to-specify-a-port-to-run-a-create-react-app-based-project

fixed

malafk commented 11 months ago

.

barbarbar338 commented 11 months ago

:)