/snipcart-graphcms-nodejs

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

Primary LanguageJavaScript

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