You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is half question, half suggestion, but wouldn't it make sense for this boilerplate code to have its own client folder with its own package.json file?
The text was updated successfully, but these errors were encountered:
@elie222 This is using CRA for client setup and the src folder here actually denotes the client side code.
Do you suggest it still needs a client folder?
So not really too sure. I have projects with the same setup with CRA and a server folder and then we started using yarn workspaces / lerna and it felt messy having the client as the root of the project. Anyway, was just asking out of interest. Probably fine both ways
This is half question, half suggestion, but wouldn't it make sense for this boilerplate code to have its own client folder with its own package.json file?
The text was updated successfully, but these errors were encountered: