hello , trying prisma out using boilerplates . The...
# orm-help
d
hello , trying prisma out using boilerplates . The prisma init command won't present with an option for a boilerplate ? any clues ?
p
use
Copy code
graphql create
instead
if you don’t have graphql-cli installed, then you should install it 🙂
Copy code
npm i -g graphql-cli
@Divneet
d
ok , this starts the db on the prisma cloud woudn't it better if i could a local prisma deployment on docker !
Thanks !