LevanisART / react-shopify-storefront

Custom storefront application built on Shopify's Storefront API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

  • git clone https://github.com/LevanisART/shopify-storefront-app.git this repository
  • cd storefront-api-examples
  • cd react-js-buy
  • npm install

Configuring

If you would like to connect your store to this example, open up src/index.js and update the domain and storefrontAccessToken:

const client = Client.buildClient({
  storefrontAccessToken: 'your-storefront-access-token',
  domain: 'your-shop-name.myshopify.com',
});

Running

Start a local server:

npm start

Further Reading / Useful Links

About

Custom storefront application built on Shopify's Storefront API


Languages

Language:JavaScript 57.6%Language:CSS 36.7%Language:HTML 5.7%