@shycat/gatsby-theme-shopify

1.0.92 • Public • Published

Basic Shopify Theme for Gatsby

Quick Start

mkdir my-site
cd my-site
yarn init
# install shycat-theme-shopify and it's dependencies
yarn add gatsby react react-dom shycat-theme-shopify

Then add the theme to your gatsby-config.js. We'll use the long form here for education purposes.

module.exports = {
  plugins: [
    {
      resolve: "@shycat/shycat-theme-shopify",
      options: {
        shopifyShopName: 'shop-name',
        shopifyAccessToken: 'get access code from shopify storefront api'
      },
    },
  ],
}

That's it, you can now run your gatsby site using

yarn gatsby develop

Readme

Keywords

none

Package Sidebar

Install

npm i @shycat/gatsby-theme-shopify

Weekly Downloads

0

Version

1.0.92

License

MIT

Unpacked Size

4.98 MB

Total Files

43

Last publish

Collaborators

  • shycat