brianfeister / ecommerce-gatsby-tutorial

A Gatsby eCommercer starter example

Home Page:https://gatsby-ecommerce-stripe.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gatsby

Gatsby E-Commerce Starter

This is a Gatsby e-commerce example based on https://www.gatsbyjs.org/tutorial/ecommerce-tutorial/

Setup

Run locally

  • git clone https://github.com/thorsten-stripe/ecommerce-gatsby-tutorial.git
  • Make a copy of the example .env file: cp .env.example .env.development
  • Add your Stripe API keys to the newly created .env.development file.
  • run npm install
  • run gatsby develop

đź’« Deploy with Netlify

Deploy to Netlify

About

A Gatsby eCommercer starter example

https://gatsby-ecommerce-stripe.netlify.com/

License:MIT License


Languages

Language:JavaScript 56.1%Language:CSS 43.9%