Setting up a local development instance
You can set up a local instance from the DTK to develop and customize the Sterling Store Engagement user interface to meet your business requirements.
The best way to develop an Angular 15-based application is to use Angular CLI when you are developing locally. After you develop a feature locally, you can deploy the application in developer toolkit or cloud environment.
Before you begin
Ensure that you have set up the UI middleware. Currently, you must download the middleware that is needed for the development of Sterling Store Engagement.
Procedure
What to do next
http://localhost:9000/isf/store-frontend/index.html
Note: During development, if you Log in to a Store Inventory
Management-enabled Sterling Store Engagement application from your local Sterling Store Engagement application, it is
recommended that you launch the Google Chrome browser in the web security disabled mode. This is to
ensure that your browser does not block any cross origin HTTP requests made to the Store Inventory
Management server from your local Sterling Store Engagement application.
- For windows, run the following
command:
chrome.exe --user-data-dir="C:\tmp" --disable-web-security
- For Mac, run the following
command:
open /Applications/Google\ Chrome.app --args --disable-web-security --user-data-dir=/tmp