LearningSalesForceCommerceC.../storefront-reference-architecture/cartridges/app_storefront_base/README.md
2021-12-21 10:57:31 -08:00

707 B

Welcome to Storefront Reference Architecture (SFRA)

The Storefront Reference Architecture is fully compliant with standard JavaScript. It uses [Controllers]{@tutorial Controllers} to handle incoming requests. It provides a layer of JSON objects through the [Model-Views]{@tutorial Models}. All scripts are Common JS modules with defined and documented exports to avoid polluting the global namespace.

This documentation is meant to serve as a reference to quickly look up supported functionality and is fully based on the comments in the code. You can continue to maintain these JSDoc comments to generate a similar documentation for your own project.