Skip to content

marcobiedermann/gatsby-shopify

Repository files navigation

Gatsby Shopify

dependencies Status devDependencies Status Netlify Status GitHub Workflow Status

A starter for Gatsby Shopify shop.

Table of Contents

Setup

Install dependencies.

npm install

Usage

Clean

Remove the .cache and /public directories.

npm run clean

Development

Start a hot-reloading development environment accessible by default at http://localhost:8000.

npm run develop

Format

Format code using Prettier.

npm run format

Production

Perform an optimized production build for your static files.

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.

npm run serve

License

MIT © Marco Biedermann