Add support for remote development
Open
- Dominant language
- JavaScript
- Stars
- 21
- Forks
- 29
- Avg merge
- 2h 19m
- Merged PRs (30d)
- 5
Description
# Feature Request
## Motivation Behind Feature
I'm using an iPad Pro as a terminal connected to a host development server and I need to access the werver remotely.
## Feature Description
Add the option `--host` so we can run `cordova run browser --host 0.0.0.0`.
## Alternatives or Workarounds
One can setup a web server to forward requests to `localhost:8000`
Contributor guide
Research direction
Start by tracing how the `cordova run browser` command parses options and starts its development server. Add support for `--host 0.0.0.0`, then verify that the browser server can be reached remotely from the connected iPad terminal setup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, nodejs
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100