Update serve
port flag and add example
#6229
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi everyone! Thank for this awesome project! I enjoy this a lot and use it in my react projects!
So, I needed to run front-end with
serve
library with my costume port, I made some reserch about all flags and docs aboutserve
and noticed that frags which are on the CRA website are still working, but they are deprecated andserve
lib recommends to use flag-l
instead of-p
, this discussion is in vercel/serve#382 issue, and also you can see this inserve
code:https://github.com/zeit/serve/blob/85d121e5008783395cc607089f23a5039547f952/bin/serve.js#L258
This pull request updates
serve
ports and adds example of using costume ports withserve
lib