Home
Softono

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

Need Help Installing Web V1 Old?

We provide expert installation service for this software. Our team will install, configure, and secure Web V1 Old on your server. plans start at just $30.

Web V1 Old

View on GitHub

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