Skip to content

Marketcloud/ionic-marketcloud

Repository files navigation

Ionic Marketcloud shopping app

Marketcloud

Build a serverless shopping app with Ionic and Marketcloud

Documentation

This project is used in our tutorial series about building a shopping app with Ionic and Marketcloud as backend.

Installation

Manual

#You will need ionic and cordova
npm i -g ionic cordova

git clone https://github.com/Marketcloud/ionic-marketcloud.git

cd ionic-marketcloud

npm install

Remember to replace the demo publicKey with your app's public key. You might need to clear the browser's local storage after the key substitution.

// In your browser's console
window.localStorage.clear()

Documentation

This project uses Marketcloud Javascript sdk, for any information about it check the official documentation