THIS REPOSITORY HAS BEEN MOVED TO https://github.com/gatsbyjs-ecommerce/web
A minimalist static E-commerce site built using GatsbyJs.
It use headless CMS called Contentful, so no need to manage database for APIs hosting.
Admin panel can be found in Admin repository
Required API for mutations can be found in API repository
More info about this written here for better understanding Creating Static E-commerce site with GatsbyJs
- 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
Run:
yarn install
To start development server
yarn start
yarn run build
yarn serve