Available server port
Open
- Dominant language
- JavaScript
- Stars
- 312
- Forks
- 189
- PR merge metrics
- No merged PRs in 30d
Description
Need use [get-port](https://github.com/sindresorhus/get-port) for `npm start` with default `8080`.
If `8080` is not available server will be started on on any available port.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the npm start entry point and inspect how the development server currently selects port 8080. Add get-port so 8080 remains the default and an available port is chosen when it is occupied; done means npm start works in both cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100