Skip to content

jsullivan5/shopify-app-node

 
 

Repository files navigation

Shopify App Node

License: MIT

This is a sample app to help developers bootstrap their Shopify app development.

It leverages the Shopify API Library on the backend to create an embedded app, and Polaris and App Bridge React on the frontend.

This is the repository used when you create a new Node app with the Shopify CLI.

Requirements

Installation

Using the Shopify CLI run:

shopify app create node -n APP_NAME

Or, you can run npx degit shopify/shopify-app-node and create a .env file containing the following values:

SHOPIFY_API_KEY={api key}           # Your API key
SHOPIFY_API_SECRET={api secret key} # Your API secret key
SCOPES={scopes}                     # Your app's required scopes, comma-separated
HOST={your app's host}              # Your app's host, without the protocol prefix

Developer resources

License

This repository is available as open source under the terms of the MIT License.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.6%
  • Other 1.4%