Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

elliotcw/gatsbyjs-ecommerce

 
 

Repository files navigation

Every Day Organic

Required API for mutations can be found in API branch

More info about this written here for better understanding Creating Static E-commerce site with GatsbyJs

Stack

To use

  • Fork or download this repository
  • Ready!

To change site config ./src/config/index.js

also add .env file in the root, with content for example:

CONTENTFUL_SPACE_ID=YOUR_KEY_HERE
CONTENTFUL_DELIVERY_API_TOKEN=YOUR_KEY_HERE
STRIPE_PUBLISHABLE_KEY=YOUR_KEY_HERE

Setup

Run:

npm install

Development

To start development server

npm start

Deployment

npm run build
npm serve

About

Static E-commerce site built using GatsbyJs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.8%
  • CSS 9.2%