We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi and thanks for the tutorial I am following here: https://www.fullstackreact.com/articles/using-create-react-app-with-a-server/
I was wondering what was the start-client.js file during my reading and I found out here that it is just a wrapper for npm start --prefix client.
start-client.js
npm start --prefix client
Why did you do that?
The text was updated successfully, but these errors were encountered:
Because the react process needs to start at the root of its project which is './client' ?
Sorry, something went wrong.
No branches or pull requests
Hi and thanks for the tutorial I am following here: https://www.fullstackreact.com/articles/using-create-react-app-with-a-server/
I was wondering what was the
start-client.js
file during my reading and I found out here that it is just a wrapper fornpm start --prefix client
.Why did you do that?
The text was updated successfully, but these errors were encountered: