Announcements
Composable Storefront Overview
Quick Start
Deploy Your Code
Skills for Success
Composable Storefront Specifications
B2C Commerce Release Notes
Ask the Community
This guide features streamlined instructions for experienced Node.js developers who want to get started with PWA Kit immediately using a demo storefront and a demo sandbox for the back end.
softwareupdate --install-rosetta.For detailed setup instructions, see Set Up Your Local Environment.
To create a project using the Retail React App template and connect the project to the demo sandbox, open a terminal and run the following command:
1npx '@salesforce/pwa-kit-create-app@latest' --preset retail-react-app-demoThis creates a directory called retail-react-app-demo. Open this folder in your text editor and start exploring!
To start your local web server run the following commands:
1cd retail-react-app-demo
2npm startNow that the development server is running, you can open a browser and preview your storefront:
Changes made to your project files will be visible in your browser when you refresh.
After you’ve completed the tasks in this guide, Deploy Your Code.