-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Comments
Is this the same issue as #794? |
yes, it's the same issue you could use |
Want to make a PR? |
Probably won't find time soon.. |
@sheerun how did you manage to integrate |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I use concurrently to run graphql server along development server, like so:
Unfortunately
react-scripts
start takes whole terminal screen, and the output of babel-watch is missing.. Is it possible to runreact-script start
in non-fullscreen mode (output line-by-line)?The text was updated successfully, but these errors were encountered: