https://github.com/marcobiedermann/gatsby-shopify
🛍️ Gatsby Shopify starter template
https://github.com/marcobiedermann/gatsby-shopify
e-commerce example framework front-end gatsby shopify starter static-site-generator template
Last synced: 7 months ago
JSON representation
🛍️ Gatsby Shopify starter template
- Host: GitHub
- URL: https://github.com/marcobiedermann/gatsby-shopify
- Owner: marcobiedermann
- License: mit
- Created: 2020-05-24T17:26:47.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-13T09:12:04.000Z (over 2 years ago)
- Last Synced: 2025-03-25T12:22:00.681Z (8 months ago)
- Topics: e-commerce, example, framework, front-end, gatsby, shopify, starter, static-site-generator, template
- Language: TypeScript
- Homepage: https://marcobiedermann-gatsby-shopify.netlify.app/
- Size: 5.68 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gatsby Shopify
[](https://david-dm.org/marcobiedermann/gatsby-shopify)
[](https://david-dm.org/marcobiedermann/gatsby-shopify?type=dev)
[](https://app.netlify.com/sites/marcobiedermann-gatsby-shopify/deploys)

A starter for [Gatsby](https://www.gatsbyjs.com/) [Shopify](https://www.shopify.com/) shop.
## Table of Contents
- [Setup](#setup)
- [Usage](#usage)
- [License](#license)
## Setup
Install dependencies.
```sh
npm install
```
## Usage
### Clean
Remove the `.cache` and `/public` directories.
```sh
npm run clean
```
### Development
Start a hot-reloading development environment accessible by default at `http://localhost:8000`.
```sh
npm run develop
```
### Format
Format code using [Prettier](https://prettier.io/).
```sh
npm run format
```
### Production
Perform an optimized production build for your static files.
```sh
npm run build
```
### Serving
Start a local HTTP server for testing your built site. Remember to build your site using `npm run build` before using this command.
```sh
npm run serve
```
## License
[MIT](LICENSE) © [Marco Biedermann](https://github.com/marcobiedermann)