Skip to content

Feature: Support querystring on npm start #1450

Closed
@coryhouse

Description

@coryhouse

Some apps need to be started with querystring parameters. So it would be helpful to specify an optional querystring for npm start.

Suggested approach:

 "scripts": {
    "start": "react-scripts start --query=?foo=bar&baz=qux",
   ....

Thoughts?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions