react-fullstack-graphql icon indicating copy to clipboard operation
react-fullstack-graphql copied to clipboard

There is no `react-fullstack-advanced` option

Open alxvallejo opened this issue 5 years ago • 5 comments

Looking for what will coincide here: https://github.com/graphql-boilerplates/react-fullstack-graphql/tree/master/advanced

Can anyone get me up to speed?

alxvallejo avatar Feb 27 '19 20:02 alxvallejo

Did you guys manage to find a solution?

Timonzimm avatar Aug 13 '19 20:08 Timonzimm

Looking for what will coincide here: https://github.com/graphql-boilerplates/react-fullstack-graphql/tree/master/advanced

Can anyone get me up to speed?

Hey Alex, i found the solution for it. you can directly try the command graphql create my-app

then it will display the options to select the stuff.

Hope it helps!!

Cheers

rsccc avatar Aug 28 '19 10:08 rsccc

The last comment still doesn't have react-advanced listed in the options

buildWithSoul avatar Oct 28 '19 04:10 buildWithSoul

@7sxzx - The option is not listed there as mention in the issue title.

ACPK avatar Jan 04 '20 20:01 ACPK

I can't vouch for the current state of the react-fullstack-advanced boilerplate, but it's easy enough to enable that variant for the CLI tool. After an npm install of graphql-cli, just edit the boilerplate list in node_modules/graphql-cli/dist/cmds/create/boilerplates.js and add an entry in the same form as the ones for /minimal and /basic, then run graphql create.

Maybe the exclusion of the react-fullstack-advanced boilerplate was intentional because the boilerplate itself isn't ready; I can't tell. But the names and URLs are all hardwired in that file.

chris-hailstorm avatar Feb 24 '20 19:02 chris-hailstorm