Skip to content

PHironaka/gatsby-shopify-starter-opinionated

Repository files navigation

Gatsby Shopify Starter

An opinionated Gatsby Shopify Starter built with gatsby-source-shopify. It's built on top of @alexanderprod's shopify starter.

Demo Link

Features

✅shopify gatsby plugin

✅styled components

✅shopify gatsby plugin

✅search

✅toggle cart

✅collection index pages

✅hamburger navigation menu

✅optional size chart

✅Crisp Chat app integration

✅AWS Amplify Authentication

✅Instagram feed

Next Steps

◻️ Filters on homepage

Getting Started

  1. Clone the project:
git clone git@github.com:PHironaka/gatsby-shopify-starter-advance.git 
  1. Change Directory & install dependencies
cd gatsby-shopify-starter-advance

npm install 

# or

yarn
  1. Create .env.production & .env.development file (reference .env.example for example) of your Shopify storename and storefront access token.

  2. Start local dev environment:

yarn develop