/angular-marketcloud-starter

An AngularJS based ecommerce application seed project using marketcloud as backend

Primary LanguageCSS

Marketcloud AngularJS Starter

Marketcloud AngularJS

Example project using AngularJS and marketcloud.js to build an eCommerce web application.

Installation

Fork this repository and then clone it from your local environment, then install its dependencies by running

npm install && bower install

Setup Public Key

Edit app/scripts/services/mcFactory.js changing marketcloud.public to your actual app's public key. This can be generated using your Marketcloud dashboard

Build & development

Run grunt for building and grunt serve for preview.

Testing

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.