haelbichalex / graphcommerce

GraphCommerce® is a headless storefront replacement for Magento 2 (PWA), that delivers a faster, better user experience. Fully customizable (React, Next.js) and open-source.

Home Page:https://www.graphcommerce.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraphCommerce Logo

📚 Docs | 🗣 Slack | 📝 Changelog

GraphCommerce is an open source front-end framework for building headless Magento e-commerce storefronts in React.

Take a look at the GraphCommerce demo store or set up your local development environment with the instructions below.

graphcommerce.mp4

Getting Started

Download the example

  1. git clone -b main --depth 1 https://github.com/graphcommerce-org/graphcommerce.git
  2. mkdir my-project
  3. cp -R graphcommerce/examples/magento-graphcms/. my-project
  4. cd my-project
  5. rm CHANGELOG.md
  6. rm -r node_modules && rm -r .next

Start the development environment

  • yarn Install the dependencies
  • yarn codegen Converts all .graphql files to typescript files
  • yarn dev Run the app

Visit the development environment running at http://localhost:3000
Visit the GraphQL Playground running at http://localhost:3000/api/graphql

Contributing to GraphCommerce

Learn how to contribute to GraphCommerce


Next steps

About

GraphCommerce® is a headless storefront replacement for Magento 2 (PWA), that delivers a faster, better user experience. Fully customizable (React, Next.js) and open-source.

https://www.graphcommerce.org

License:Other


Languages

Language:TypeScript 96.7%Language:JavaScript 3.1%Language:CSS 0.2%