DEV Community

Discussion on: Your next boilerplate

Collapse
 
fabiengreard profile image
Fabien Gréard

Thanks, I am working to provide Prisma to the project before migrating to a CLI installer like create-react-app.

Collapse
 
midasxiv profile image
Midas/XIV

I find it weird when such posts don't get picked up and shown to more people.

also I had a question, when you say Kirby is opinionated it means when you use kirby it'll create the app using all the tools mentioned ?
for example I don't use Apollo, can I configure kirby to set up the project without it ?

Thread Thread
 
fabiengreard profile image
Fabien Gréard

That's sweet!

its k, I prefer not to have too much visibility right now, as I can focus on bringing more feature!

Indeed that is the goal, right now there is nothing automated for doing such a thing, but the main goal is to be able to opt-out any block, probably the same bedrock.mxstbr.com/ is doing, as there will be a without graphql installer or other options.

in fact, as soon as I finish implementing Prisma, I will focus on bringing different options, probably with a cli configuration.

I can see something like:

-with-monorepo-graphql (apollo on it)
-with-graphql (apollo on it)
-with-monorepo (no server)
-base (no server)