Boilerplate to create an embedded Shopify app made with Node, Next.js, Shopify-koa-auth, Polaris, and App Bridge React.
Shopify App CLI installs using a shell script. Download and run it in your terminal with one command:
eval"$(curl -sS https://raw.githubusercontent.com/Shopify/shopify-app-cli/master/install.sh)"Install Linux Subsystem for Windows and the Ubuntu VM, then:
eval"$(curl -sS https://raw.githubusercontent.com/Shopify/shopify-app-cli/master/install.sh)"NOTE: Installing the Shopify App CLI requires curl. You can to see if it's on your system by running:
curl --version
Developers should have some prior knowledge of the Shopify app ecosystem. Currently Shopify App CLI creates apps using either Node or Ruby.
Using the Shopify-App-CLI run:
~/ $ shopify server- If you don’t have one, create a Shopify partner account.
- If you don’t have one, create a Development store where you can install and test your app.
- In the Partner dashboard, create a new app. You’ll need this app’s API credentials during the setup process.
This repository is used by Shopify-App-CLI as a scaffold for Node apps. You can clone or fork it yourself, but it’s faster and easier to use Shopify App CLI, which handles additional routine development tasks for you.
This respository is available as open source under the terms of the MIT License.