#d0edd9 #9ad3c2 #ebd9c3 #fffbf0 #441d0c #fff #000
- Cart
- Product grid
- Product page
- Dynamic Inventory Checking
- Image optimization with Gatsby Image
- Styled Components with Emotion
- Google Analytics
- SEO
The Shopify product inventory is being checked in realtime, therefore no rebuilding and redeploy is needed when a product goes out of stock. This avoids problems where products could still be available even though they're out of stock due to redeploy delay.
I'm using Emotion as styled components library.
- You need to use the Shopify Storefront API credentials not the regular Shopify API.
- You need to have at least one published product on Shopify.
-
Start developing.
Navigate into your site’s directory and start it up.
cd my-shopify-store/ gatsby develop
-
Open the source code and start editing!
Your site is now running at
http://localhost:8000
!Note: You'll also see a second link:
http://localhost:8000/___graphql
. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby tutorial.Open the
my-shopify-store
directory in your code editor of choice and editsrc/pages/index.js
. Save your changes and the browser will update in real time! -
Connect your own Shopify store.
Open both
.env
files located in the root directory of your page end replace the credentials with your own. Don't forget to restart Gatsby for your store to be loaded!⚠️ Make sure to use the Shopify storefront API credentials, not the regular Shopify API!
Deployed using Netlify Hosted by GoDaddy
The form is being validated using Netlify and being sent to client using Zapier.
-- For best results Product Photos should square and at least 100px X 100px.