Skip to content

Custom storefront application built on Shopify's Storefront API

Notifications You must be signed in to change notification settings

LevanisART/react-shopify-storefront

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published