Skip to content

gatsbyjs-ecommerce/sejalsuits.co.uk

Repository files navigation

GatsbyJs Ecommerce

A minimalist static E-commerce site built using GatsbyJs and Sanity. It use headless CMS called Contentful, so no need to manage database for APIs hosting.

Netlify Status

Live Demo

Admin panel can be found in Admin repository

Required API for mutations can be found in API repository

Schema to setup Contentful's Content model can be found here Schema JSON

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/utils/config.js

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

SANITY_TOKEN=YOUR_KEY_HERE

Setup

Run:

yarn install

Development

To start development server

yarn start

Deployment

yarn run build
yarn serve

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published