Example project using AngularJS and marketcloud.js to build an eCommerce web application.
Fork this repository and then clone it from your local environment, then install its dependencies by running
npm install && bower install
Edit app/scripts/services/mcFactory.js
changing marketcloud.public
to your actual app's public key.
This can be generated using your Marketcloud dashboard
Run grunt
for building and grunt serve
for preview.
Running grunt test
will run the unit tests with karma.
This project is based on the AngularJS Yeoman generator angular generator version 0.14.0.