Skip to content
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

Create reactpy run CLI command #1076

Open
Archmonger opened this issue Jun 23, 2023 · 0 comments
Open

Create reactpy run CLI command #1076

Archmonger opened this issue Jun 23, 2023 · 0 comments
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

Comments

@Archmonger
Copy link
Contributor

Archmonger commented Jun 23, 2023

Current Situation

Users are currently expected to type reactpy.run(my_app) within their Python files in order to test ReactPy. Then, they must run python 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 our reactpy.run(...) function.

Interface: reactpy run path.to.my:component

@Archmonger Archmonger added type-feature About new capabilities priority-3-low May be resolved one any timeline. labels Jun 23, 2023
@Archmonger Archmonger added the flag-good-first-issue A well defined and self-contained task. label Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant