A GraphQL-powered, NextJs-based, PWA storefront for Saleor. IMPORTANT: This project is [DEPRECATED] in favor of saleor/react-storefront soon to become our default demo and storefront starter pack.
I want to merge this change because it solves #896, #523, #894 and possibly more in the future.
Currently it gives a general idea of how the Storefront is built and where to make adjustments. New users of the Saleor-Storefront can get a sense of where to start instead of immediately posting to the issue tracker.
Screenshots
PR does not affect UI or UX.
Pull Request Checklist
[ ] All visible strings are translated with proper context.
[ ] All data-formatting is locale-aware (dates, numbers, and so on).
[ ] The changes are tested.
[ ] The code is documented (docstrings, project documentation).
I want to merge this change because it solves #896, #523, #894 and possibly more in the future.
Currently it gives a general idea of how the Storefront is built and where to make adjustments. New users of the
Saleor-Storefront
can get a sense of where to start instead of immediately posting to the issue tracker.Screenshots
PR does not affect UI or UX.
Pull Request Checklist
Test Environment Config
API_URI=https://master.staging.saleor.rocks/graphql/
Credit goes to: @cyberdemic From: spectrum