Skip to content

gatsbyjs-ecommerce/web

Repository files navigation

GatsbyJs Ecommerce

A minimalist static E-commerce site built using GatsbyJs.

It uses headless CMS called Sanity.io, 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

Stack

To use

  • Fork or download this repository
  • Ready!

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

Setup

Run:

yarn install

Development

To start the development server

yarn start

Deployment

yarn run build
yarn serve