Deploying Wishlist customization on production environment
Once the Wishlist functionality is enabled in the Developer Toolkit environment, you must deploy the Wishlist funtionality in the production environment as well. This document provides the steps to deploy the Wishlist customization in the production environment.
Before you begin
- Make sure that the Wishlist Tutorial is implemented on the developer Toolkit environment.
- Use NPM to build entire Store (with Wishlist) into the dist
folder.Note: The Store SDK build process supports the building of multiple applications. When a production build is run, bundle files are sent as an output into the dist folder. For more details, refer to Building and deploying the store.
Procedure
-
Build a custom store-web image in the dist folder.
- Deploy an environment with the custom store-web image built in step 1. For more information, refer to Deploying the React Store application.
- Validate the Wishlist customization in the production environment.