Skip to content

Allow for non-fullscreen "react-scripts start" server #869

Closed
@sheerun

Description

@sheerun

I use concurrently to run graphql server along development server, like so:

concurrently -k 'babel-watch graphql/server.js' 'react-scripts start'

Unfortunately react-scripts start takes whole terminal screen, and the output of babel-watch is missing.. Is it possible to run react-script start in non-fullscreen mode (output line-by-line)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions