Home
Softono
ionic-marketcloud

ionic-marketcloud

Open source TypeScript
13
Stars
15
Forks
1
Issues
4
Watchers
8 years
Last Commit

About ionic-marketcloud

Ionic 3.x shopping app with Cart, Inventory, Checkout and more

Platforms

Web Self-hosted Cloud

Languages

TypeScript

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