Anyone know if the latest GraphQL CLI fullstack bo...
# orm-help
h
Anyone know if the latest GraphQL CLI fullstack boilerplate implements nexus?
n
There is no updated boilerplate but the example should serve a similar purpose 🙂 https://github.com/prisma/prisma-examples/tree/master/typescript/graphql
If you're looking for integrated auth, you can look at this one: https://github.com/prisma/prisma-examples/tree/master/typescript/graphql-auth
h
Thanks @nikolasburk
I wanted to make it super easy for someone to start a nexus + react app to test it out, but this + preact-cli or create-react-app should do the job.