web-v1-old
web-v1-old copied to clipboard
Static E-commerce site built using GatsbyJs
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.
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