An opinionated Gatsby Shopify Starter built with gatsby-source-shopify. It's built on top of @alexanderprod's shopify starter.
✅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
◻️ Filters on homepage
- Clone the project:
git clone [email protected]:PHironaka/gatsby-shopify-starter-advance.git
- Change Directory & install dependencies
cd gatsby-shopify-starter-advance
npm install
# or
yarn
-
Create .env.production & .env.development file (reference .env.example for example) of your Shopify storename and storefront access token.
-
Start local dev environment:
yarn develop