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.gitGo to the project directory
cd react-cc-storefrontInstall dependencies
yarnStart the server
yarn run startalso check out react-fc-storefront based functional components.