Closed
Description
I tried a search for "port"-related issues but didn't find any, so I'll make this one.
It would be nice to be able to specify a port other than 3000, either as a command line parameter or an environment variable. Some environments (Cloud9) restrict the ports you can use.
Right now, the process is pretty involved:
- Run "npm run eject"
- Wait for that to finish
- Edit "scripts/start.js" and find/replace "3000" with whatever port you want to use
- Edit "config/webpack.config.dev.js" and do the same
- npm start
Metadata
Metadata
Assignees
Labels
No labels