datocms / snipcart-gatsby-demo

Simple e-commerce for socks made with Gatsby, Snipcart and DatoCMS

Home Page:https://www.datocms.com/marketplace/starters/gatsby-ecommerce

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

👉 Visit the DatoCMS homepage or see What is DatoCMS?

Snipcart + Gatsby + DatoCMS example

This is a demo project to get you started with a static ecommerce site powered by Gatsby, Snipcart and DatoCMS.

It's a brutalist socks ecommerce site, that looks like this:

Socks ecommerce screenshot

You can see how it looks live on this demo installation.

All the details on how this works on the related blog post.

Deploy on DatoCMS

If you want to set up a live demo for yourself, just sign up for a free DatoCMS account and click this button:

Deploy with DatoCMS

Usage

To run this project locally, install the dependencies of this project:

npm install

Add an .env file containing the read-only API token of your DatoCMS site (set up with the demo button above):

echo 'DATO_READONLY_API_KEY=abc123' >> .env

Then, to run this website in development mode (with live-reload):

npm run develop

To build the final, production ready static website:

npm run build

The final result will be saved in the public directory.

Further demo options

This project is also available as a demo on Gatsby Cloud. This will allow you to test the Gatsby preview capabilities in no time.


What is DatoCMS?

DatoCMS is the REST & GraphQL Headless CMS for the modern web.

Trusted by over 25,000 enterprise businesses, agency partners, and individuals across the world, DatoCMS users create online content at scale from a central hub and distribute it via API. We ❤️ our developers, content editors and marketers!

Quick links:

Our featured repos:

Or see all our public repos

About

Simple e-commerce for socks made with Gatsby, Snipcart and DatoCMS

https://www.datocms.com/marketplace/starters/gatsby-ecommerce

License:MIT License


Languages

Language:SCSS 57.0%Language:JavaScript 43.0%