graphql-boilerplates / react-fullstack-graphql

Starter projects for fullstack applications based on React & GraphQL.
1.44k stars 325 forks source link

Adding a client folder to the boilerplate #399

Open elie222 opened 6 years ago

elie222 commented 6 years ago

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?

vivek12345 commented 6 years ago

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

elie222 commented 6 years ago

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