Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 1.53 KB

README.md

File metadata and controls

61 lines (38 loc) · 1.53 KB

Salesforce Commerce Cloud Cordova App

This project will act as a quick UI to be used in a Cordova/PhoneGap Application for a quick mobile building. The core is the ocapi functionality that designed to work with OCAPI-Proxy

Getting Started

This app is configured as a standard Phonegap/Cordova Project.

Prerequisites

Setup Cordova Project

npm install -g phonegap
phonegap create path/to/myApp

Go into the path and run

phonegap serve

Place the www files (from the repo) into the www folder located in your Cordova Project

Phonegap Serve

Installing

In Progress

Running the tests

From the command line: phonegap serve Future directions for Ionic, Cordova etc..

Deployment

In Progress

Built With

Authors

License

See the LICENSE.md file for details

Acknowledgments