LearningSalesForceCommerceC.../storefront-reference-architecture/cartridges/app_storefront_base/README.md

6 lines
707 B
Markdown
Raw Normal View History

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](http://www.commonjs.org) 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](http://usejsdoc.org/) to generate a similar documentation for your own project.