Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devdezzies/gatsby-starter-ecommerce
https://github.com/devdezzies/gatsby-starter-ecommerce
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devdezzies/gatsby-starter-ecommerce
- Owner: devdezzies
- License: other
- Created: 2021-03-18T16:07:54.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-18T16:12:15.000Z (almost 4 years ago)
- Last Synced: 2023-08-02T13:09:36.823Z (over 1 year ago)
- Language: JavaScript
- Size: 2.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gatsby Starter eCommerce
Gatsby starter for creating an eCommerce site using [Moltin eCommerce Api ](https://moltin.com/).
This starter adapts an [existing](https://github.com/moltin-examples/nextjs-demo-store) NextJS eCommerce starter for [GatsbyJS](https://www.gatsbyjs.org/).
Demo:
This starter originally used Gatsby v1 and has now been updated to v2. The original version can be found in branch "gatsby-v1".
## Getting started
Install this starter (assuming Gatsby is installed) by running from your CLI:
`gatsby new gatsby-store https://github.com/parmsang/gatsby-starter-ecommerce`
### Running in development
`npm run develop`
### Additional Setup
Both a moltin and Stripe account are needed for this store to run successfully.
Create a `.env.development` and `.env.production` file at the project root with your moltin `client_id` and Stripe test `publishable key`.
```dosini
MOLTIN_CLIENT_ID=
STRIPE_PUBLISHABLE_KEY=
```## Features
- Moltin eCommerce API
- React 16
- PWA (includes manifest.webmanifest & offline support)
- Eslint & Prettier
- Styled Components
- Google Analytics - (you enter the tracking-id)
- Semantic-UI
- Authentication via Moltin (Login and Register)
- Stripe checkout