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

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

Closed
sheerun opened this issue Oct 7, 2016 · 5 comments · Fixed by #1032
Closed

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

sheerun opened this issue Oct 7, 2016 · 5 comments · Fixed by #1032

Comments

@sheerun
Copy link
Contributor

sheerun commented Oct 7, 2016

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)?

@gaearon
Copy link
Contributor

gaearon commented Oct 7, 2016

Is this the same issue as #794?
Do you have ideas on how to allow it without adding configuration or flags?

@sheerun
Copy link
Contributor Author

sheerun commented Oct 7, 2016

yes, it's the same issue

you could use tty.isatty to disable interactive output on non-iteractive terminals

@gaearon
Copy link
Contributor

gaearon commented Oct 7, 2016

Want to make a PR?

@sheerun
Copy link
Contributor Author

sheerun commented Oct 7, 2016

Probably won't find time soon..

@olivierlesnicki
Copy link

@sheerun how did you manage to integrate create-react-app and graphql?

@lock lock bot locked and limited conversation to collaborators Jan 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants