I created a npm package that auto generate graphql prisma project with 4 environments, it will automatically install the boilerplate, similar to how create-react-app work
structure:
come with sophisticated and highly structured scripts
the best thing is you can easily setup the environments with single script like: dev-setup, test-setup and prod-setup
to install:
npm i -g create-prisma-app
create-prisma-app MyPrismaApp