Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gatsbyjs-ecommerce/web-v1-old
Static E-commerce site built using GatsbyJs
https://github.com/gatsbyjs-ecommerce/web-v1-old
ecommerce ecommerce-website gatsbyjs gatsbyjs-ecommerce static-site
Last synced: about 2 months ago
JSON representation
Static E-commerce site built using GatsbyJs
- Host: GitHub
- URL: https://github.com/gatsbyjs-ecommerce/web-v1-old
- Owner: gatsbyjs-ecommerce
- License: mit
- Created: 2018-06-10T05:57:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T18:30:47.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T19:46:31.962Z (5 months ago)
- Topics: ecommerce, ecommerce-website, gatsbyjs, gatsbyjs-ecommerce, static-site
- Language: JavaScript
- Homepage: https://gatsbyjs-ecommerce.netlify.com/
- Size: 40.3 MB
- Stars: 86
- Watchers: 4
- Forks: 25
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GatsbyJs Ecommerce
## THIS REPOSITORY HAS BEEN MOVED TO [https://github.com/gatsbyjs-ecommerce/web](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](https://api.netlify.com/api/v1/badges/73b567fe-9c0f-4ba1-b2e9-6d612b4c15b2/deploy-status)](https://app.netlify.com/sites/gatsbyjs-ecommerce/deploys)
[Live Demo](https://gatsbyjs-ecommerce.netlify.com/)
Admin panel can be found in [Admin repository](https://github.com/gatsbyjs-ecommerce/admin)
Required API for mutations can be found in [API repository](https://github.com/gatsbyjs-ecommerce/api)
More info about this written here for better understanding [Creating Static E-commerce site with GatsbyJs](https://medium.com/@pinku1/creating-static-e-commerce-site-with-gatsbyjs-a349d7e022a)
## Stack
- [GatsbyJs](https://www.gatsbyjs.org/)
- [React.js](https://reactjs.org/)
- [Apollo GraphQL](https://www.apollographql.com/)
- [Sanity](https://www.sanity.io/)## 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
```