snipcart-graphcms-nodejs icon indicating copy to clipboard operation
snipcart-graphcms-nodejs copied to clipboard

Sample application to build a store using NodeJS Express, GraphCMS and Apollo

Snipcart integration with GraphCMS, powered by NodeJS Express and Apollo

This repository is a web application sample on how to create an e-commerce from scratch using Snipcart, GraphCMS and NodeJS. You can see a demo of the store running right here.

Installation

Install dependencies.

npm install

Start local dev server with nodemon

npm run dev

Start local server

npm start