Create reactpy run
CLI command
#1076
Labels
flag-good-first-issue
A well defined and self-contained task.
priority-3-low
May be resolved one any timeline.
type-feature
About new capabilities
Current Situation
Users are currently expected to type
reactpy.run(my_app)
within their Python files in order to test ReactPy. Then, they must runpython example.py
in order to start the webserver.However, in the python web development space, web servers are almost always run via CLI.
Proposed Actions
Create a
reactpy run
CLI command that matches ourreactpy.run(...)
function.Interface:
reactpy run path.to.my:component
The text was updated successfully, but these errors were encountered: