Demo site is here: Shoe store demo
# Install the Gatsby CLI
$ npm install -g gatsby-cli
# Install dependencies
$ npm install
# Start the development server
$ npm start
# Generate a full static production build
$ npm run build
# Preview the site as it will appear once deployed
$ npm run serve
- Gatsbyjs - React Toolchain
- Hooks API - App State Management
- Stripe - Handle Checkout Submit
- Netlify - Handle Server Functions & Hosting
This project is licensed under the MIT License - see the LICENSE file for details