jraleman / sample-shopify-app

Building a Shopify App with Node and React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 99.4%Language:Shell 0.6%