LearningSalesForceCommerceC.../storefront-reference-architecture/cartridges/app_storefront_base
2021-12-21 10:57:31 -08:00
..
cartridge Adds SFRA 6.0 2021-12-21 10:57:31 -08:00
.project Adds SFRA 6.0 2021-12-21 10:57:31 -08:00
.tern-project Adds SFRA 6.0 2021-12-21 10:57:31 -08:00
hooks.json Adds SFRA 6.0 2021-12-21 10:57:31 -08:00
package.json Adds SFRA 6.0 2021-12-21 10:57:31 -08:00
README.md Adds SFRA 6.0 2021-12-21 10:57:31 -08:00

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.