-
-
Notifications
You must be signed in to change notification settings - Fork 27k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow using a port other than 3000 #242
Comments
We default to PORT from environment now if it is specified. Please try the new alpha: #190 |
Awesome, thanks! |
Released as stable. |
nicosommi
pushed a commit
to nicosommi/create-react-app
that referenced
this issue
Mar 17, 2018
…k#242) * added js and jsx to things that ts-loader loads * removed spaces and made prettier runnable on windows * run jsx specs too * added isejecting * added dependencies and babeltransform * bumped jest version# * does it work without cache? * cache? * added ts * updates ts-jest * readd caching * removed ts as a devdependency * added babel to handle js files * added prod env * prod is handled by babel loader * added ts as devdep * cache node modules * fixed legal
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
The text was updated successfully, but these errors were encountered: