how to make shopify embeded app in node and react
Well, @kumar10 , this can’t be explained so fast, but here are some directions:
https://shopify.dev/apps/getting-started/create
If you find my answers helpful, please mark resolved or like.
Hi Kumar,
Requirements:
You’ve created a Partner account and a development store.
You’ve installed the latest versions of Node.js and npm.
1. Install Shopify CLI
- To verify that Shopify CLI is installed
Run: shopify version
2. Create a new project
Run: shopify login
Run: shopify app create node

3. You need to create an ngrok account
- Create an account
- Copy
4. Start a local development server
Run: shopify app tunnel auth

**5. Install your app on your development store**
- When you open the URL, you're prompted to install the app on your development store

