Can I develop a shopify app without using shopify cli 3 starter boilerplate ? (Using simple MERN stack)
Topic summary
A developer asks whether it’s possible to build a Shopify app using a simple MERN stack (MongoDB, Express, React, Node.js) without relying on Shopify CLI or the official boilerplate starter template.
Another user responds affirmatively, suggesting they can begin by directly using code from Shopify’s official GitHub repository for the Node.js app template. They provide a link to the repository and recommend following its README file for setup instructions.
The discussion remains brief and focused on initial setup options, with the question appearing to be answered but no further implementation details or follow-up provided.
@itz_umang you can start with direct git repo code
https://github.com/Shopify/shopify-app-template-node/
follow the readme file