Example app showing how to build a webshop in Gatsby, featuring:
- Programatically creating pages for products fetched from your backend
- Creating a shopping cart in
redux
, persisted between page navigations by usingredux-persist
This example is based on the gatsby-starter-material-ui in order to get styling for the application.
To run the app simply:
- Clone the repo
npm install
npm run develop
- Visit localhost:8000 in your browser