Skip to content

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

Notifications You must be signed in to change notification settings

snipcart/snipcart-graphcms-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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