Home
Softono
web-v1-old

web-v1-old

Open source MIT JavaScript
84
Stars
25
Forks
40
Issues
3
Watchers
3 years
Last Commit

About web-v1-old

Static E-commerce site built using GatsbyJs

Platforms

Web Self-hosted

Languages

JavaScript

GatsbyJs Ecommerce

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.

Netlify Status

Live Demo

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

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