v0.1.0
Initial release of Template Storefront Next
Important
Storefront Next is a pilot or beta service that is subject to the Beta Services Terms at Agreements - Salesforce.com or a written Unified Pilot Agreement if executed by Customer, and applicable terms in the Product Terms Directory. Use of this pilot or beta service is at the Customer's sole discretion.
What's Included
- React Server Components (RSC) architecture with Vite
- React Router v7 with file-based routing
- Tailwind CSS v4 for styling
- Salesforce Commerce Cloud SDK integration
- Reference retail storefront implementation
Packages
| Package | Version |
|---|---|
template-retail-rsc-app |
0.1.0 |
@salesforce/storefront-next-dev |
0.1.0 |
@salesforce/storefront-next-runtime |
0.1.0 |
Getting Started
# Clone using the release tag for version pinning
git clone --branch v0.1.0 --depth 1 \
https://github.com/SalesforceCommerceCloud/storefront-next-template.git my-storefront
cd my-storefront
# Set up environment
cp .env.default .env
# Edit .env with your Commerce Cloud credentials
# Install dependencies
pnpm install
# Start development server
pnpm devAlternatively, checkout the release-0.1.x branch for the latest patches:
git clone --branch release-0.1.x \
https://github.com/SalesforceCommerceCloud/storefront-next-template.git my-storefrontFull Changelog: First release