What is a popular order of creating a project with...
# orm-help
j
What is a popular order of creating a project with Prisma and React? I'm thinking the following way would be good: set up datamodel.graphql + generate prisma.graphql + schema.graphql + resolver + React front end setup?