Update Documentation for Installing Shopify App with React and Node.js

When initializing the project with shopify app init, two options were displayed in the image. I selected the first option to create the Shopify app. After installing all the packages, the default setup uses Prisma client and GraphQL queries. However, I want to integrate the Shopify app with Node.js, Express, and MongoDB for the database.


Hi @Yash_Solanki_16

If you wish to use Express, please use this template.

Shopify/shopify-app-template-node

npm init @shopify/app@latest – --template=node
please use this command to init your project code