A basic SPA storefront based on create-react-app, react Class components, react router v6 and CSS modules. Graphql API is consumed by using RTK query and state is managed by redux toolkit.
Clone the project
git clone https://github.com/leovoon/react-cc-storefront.git
Go to the project directory
cd react-cc-storefront
Install dependencies
yarn
Start the server
yarn run start
also check out react-fc-storefront based functional components.