aesthytik / gatsbyjs-ecommerce

Static E-commerce site built using GatsbyJs

Home Page:https://www.sejalsuits.co.uk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GatsbyJs Ecommerce

A minimalist static E-commerce site built using GatsbyJs.

  • Site is still in progress, happy for pull requests and issues if you find any.

Live Demo

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:

yarn install

Development

To start development server

yarn start

Deployment

yarn run build
yarn serve

About

Static E-commerce site built using GatsbyJs

https://www.sejalsuits.co.uk/

License:MIT License


Languages

Language:JavaScript 90.6%Language:CSS 9.4%