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.
Why did you do that?