An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Gatsby Shopify

[![dependencies Status](https://img.shields.io/david/marcobiedermann/gatsby-shopify)](https://david-dm.org/marcobiedermann/gatsby-shopify)
[![devDependencies Status](https://img.shields.io/david/dev/marcobiedermann/gatsby-shopify)](https://david-dm.org/marcobiedermann/gatsby-shopify?type=dev)
[![Netlify Status](https://api.netlify.com/api/v1/badges/ff94b807-1104-4fe5-b8da-a464bc7d5ee7/deploy-status)](https://app.netlify.com/sites/marcobiedermann-gatsby-shopify/deploys)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/marcobiedermann/gatsby-shopify/CI)

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)