Skip to content

jraleman/sample-shopify-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Shopify App

Building a Shopify App with Node and React

Setup

Download the repository via git:

git clone https://github.com/jraleman/sample-shopify-app

Once cloned, we go into the directory, and install dependencies:

cd sample-shopify-app/
npm install

Then we can run the app using the following command:

npm run dev

TODO

  1. Introduction
  2. Set up your app
  3. Embed your app in Shopify
  4. Build your user interface with Polaris
  5. Learn the GraphQL Admin API
  6. Fetch data with Apollo
  7. Charge a fee using the Billing API
  8. Listen for store events with webhooks

About

Building a Shopify App with Node and React

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published