VirtoCommerce XAPI Demo is web application with e-commerce scenarios above XAPI and GraphQL from Virto Commerce.
Ecommerce Scenarios in this application are designed for broad usage and you are encouraged to use and provide feedback on them.
However, this application is not production-ready and it’s not supported nor are any commitments made as to their longevity.
Live demo is available here
- Clone this repository
- Install Node.js dependencies by running
npm install - Open
proxy.conf.jsonfile and make sure that everytargetproperty value is the same as platform local url - Run platform
- Run
npm run startfor a dev server. Navigate tohttp://localhost:4200/. The app will automatically reload if you change any of the source files.